#97A41F

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

Shades of Citron #97A41F

Tints of Citron #97A41F

Color information

#97A41F (or 0x97A41F) is unknown color: approx Citron. HEX triplet: 97, A4 and 1F. RGB value is (151,164,31). Sum of RGB (Red+Green+Blue) = 151+164+31=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 164 - color contains mainly: green. Hex color #97A41F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A41F is #685BE0. Grayscale: #919191. Windows color (decimal): -6839265 or 2073751. OLE color: 2073751.

HSL color Cylindrical-coordinate representation of color #97A41F: hue angle of 65.86º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #97A41F is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB15116431-
CMYK0.0800.810.36
HSL65.86º68.21%38.24%-
HSV(B)65.86º81.1%64.31%-
XYZ26.2933.236.32-
YUV144.9563.69132.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 164 (64.45% from 255) = 47.40%
BLUE value IS 31 (12.5% from 255) = 8.96%
R=43.64%
G=47.40%
B=8.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151164310.0800.810.3665.8668.2138.24
Hex97A41F805124424426
Octal227244371001214410210446
Binary10010111101001001111110000101000110010010000101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,164,31); }

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

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

 a { background-color: rgb(151,164,31); }

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

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

 span { border-color: rgb(151,164,31); }

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