#96B50C

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

Shades of Citrus #96B50C

Tints of Citrus #96B50C

Color information

#96B50C (or 0x96B50C) is unknown color: approx Citrus. HEX triplet: 96, B5 and 0C. RGB value is (150,181,12). Sum of RGB (Red+Green+Blue) = 150+181+12=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 181 (71.09% from 255 or 52.77% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 181 - color contains mainly: green. Hex color #96B50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B50C is #694AF3. Grayscale: #999999. Windows color (decimal): -6900468 or 832918. OLE color: 832918.

HSL color Cylindrical-coordinate representation of color #96B50C: hue angle of 71.01º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96B50C is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB15018112-
CMYK0.1700.930.29
HSL71.01º87.56%37.84%-
HSV(B)71.01º93.37%70.98%-
XYZ29.1739.566.45-
YUV152.4648.73126.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.73%
GREEN value IS 181 (71.09% from 255) = 52.77%
BLUE value IS 12 (5.08% from 255) = 3.50%
R=43.73%
G=52.77%
B=3.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150181120.1700.930.2971.0187.5637.84
Hex96B5C1105D1D475826
Octal226265142101353510713046
Binary1001011010110101110010001010111011110110001111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,181,12); }

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

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

 a { background-color: rgb(150,181,12); }

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

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

 span { border-color: rgb(150,181,12); }

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