#96A51B

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

Shades of Citron #96A51B

Tints of Citron #96A51B

Color information

#96A51B (or 0x96A51B) is unknown color: approx Citron. HEX triplet: 96, A5 and 1B. RGB value is (150,165,27). Sum of RGB (Red+Green+Blue) = 150+165+27=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #96A51B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A51B is #695AE4. Grayscale: #919191. Windows color (decimal): -6904549 or 1811862. OLE color: 1811862.

HSL color Cylindrical-coordinate representation of color #96A51B: hue angle of 66.52º 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 #96A51B is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB15016527-
CMYK0.0900.840.35
HSL66.52º71.88%37.65%-
HSV(B)66.52º83.64%64.71%-
XYZ26.2333.476.12-
YUV144.7861.53131.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 165 (64.84% from 255) = 48.25%
BLUE value IS 27 (10.94% from 255) = 7.89%
R=43.86%
G=48.25%
B=7.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150165270.0900.840.3566.5271.8837.65
Hex96A51B905423434826
Octal226245331101244310311046
Binary10010110101001011101110010101010010001110000111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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