#97A51B

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

Shades of Citron #97A51B

Tints of Citron #97A51B

Color information

#97A51B (or 0x97A51B) is unknown color: approx Citron. HEX triplet: 97, A5 and 1B. RGB value is (151,165,27). Sum of RGB (Red+Green+Blue) = 151+165+27=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 165 (64.84% from 255 or 48.10% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 165 - color contains mainly: green. Hex color #97A51B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A51B is #685AE4. Grayscale: #919191. Windows color (decimal): -6839013 or 1811863. OLE color: 1811863.

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

Color convert

RGB15116527-
CMYK0.0800.840.35
HSL66.09º71.88%37.65%-
HSV(B)66.09º83.64%64.71%-
XYZ26.4233.576.12-
YUV145.0861.36132.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.02%
GREEN value IS 165 (64.84% from 255) = 48.10%
BLUE value IS 27 (10.94% from 255) = 7.87%
R=44.02%
G=48.10%
B=7.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151165270.0800.840.3566.0971.8837.65
Hex97A51B805423424826
Octal227245331001244310211046
Binary10010111101001011101110000101010010001110000101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,165,27); }

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

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

 a { background-color: rgb(151,165,27); }

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

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

 span { border-color: rgb(151,165,27); }

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