#9CB50C

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

Shades of Citrus #9CB50C

Tints of Citrus #9CB50C

Color information

#9CB50C (or 0x9CB50C) is unknown color: approx Citrus. HEX triplet: 9C, B5 and 0C. RGB value is (156,181,12). Sum of RGB (Red+Green+Blue) = 156+181+12=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB50C is #634AF3. Grayscale: #9A9A9A. Windows color (decimal): -6507252 or 832924. OLE color: 832924.

HSL color Cylindrical-coordinate representation of color #9CB50C: hue angle of 68.88º 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 #9CB50C is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB15618112-
CMYK0.1400.930.29
HSL68.88º87.56%37.84%-
HSV(B)68.88º93.37%70.98%-
XYZ30.340.146.5-
YUV154.2647.72129.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.70%
GREEN value IS 181 (71.09% from 255) = 51.86%
BLUE value IS 12 (5.08% from 255) = 3.44%
R=44.70%
G=51.86%
B=3.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal156181120.1400.930.2968.8887.5637.84
Hex9CB5CE05D1D455826
Octal234265141601353510513046
Binary100111001011010111001110010111011110110001011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CB50C; }

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

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

<style>
 a { background-color: #9CB50C; }

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

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

<style>
 span { border-color: #9CB50C; }

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

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