#97a62f

Color #97A62F Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #97A62F

Tints of Citron #97A62F

Color information

#97A62F (or 0x97A62F) is unknown color: approx Citron. HEX triplet: 97, A6 and 2F. RGB value is (151,166,47). Sum of RGB (Red+Green+Blue) = 151+166+47=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 166 (65.23% from 255 or 45.60% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 166 - color contains mainly: green. Hex color #97A62F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A62F is #6859D0. Grayscale: #949494. Windows color (decimal): -6838737 or 3122839. OLE color: 3122839.

HSL color Cylindrical-coordinate representation of color #97A62F: hue angle of 67.56º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #97A62F is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB15116647-
CMYK0.0900.720.35
HSL67.56º55.87%41.76%-
HSV(B)67.56º71.69%65.1%-
XYZ26.9134.067.84-
YUV147.9571.03130.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 41.48%
GREEN value IS 166 (65.23% from 255) = 45.60%
BLUE value IS 47 (18.75% from 255) = 12.91%
R=41.48%
G=45.60%
B=12.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151166470.0900.720.3567.5655.8741.76
Hex97A62F90482344382a
Octal22724657110110431047052
Binary10010111101001101011111001010010001000111000100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97a62f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97a62f; }

 p { color: rgb(151,166,47); }

 H1.HeaderClassName
 {
   color: #97a62f;
 }
 .AnyTagClassName
 {
   color: #97a62f;
 }
</style>
background-color css

<style>
 a { background-color: #97a62f; }

 a { background-color: rgb(151,166,47); }

 div.DivClassName
 {
   background-color: #97a62f;
 }
 .BgClassName
 {
   background-color: #97a62f;
 }
</style>
border-color css

<style>
 span { border-color: #97a62f; }

 span { border-color: rgb(151,166,47); }

 td.TdClassName
 {
   border-color: #97a62f;
 }
 .TagClassName
 {
   border-color: #97a62f;
 }
</style>