#9CB60C

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

Shades of Citrus #9CB60C

Tints of Citrus #9CB60C

Color information

#9CB60C (or 0x9CB60C) is unknown color: approx Citrus. HEX triplet: 9C, B6 and 0C. RGB value is (156,182,12). Sum of RGB (Red+Green+Blue) = 156+182+12=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB60C is #6349F3. Grayscale: #9B9B9B. Windows color (decimal): -6506996 or 833180. OLE color: 833180.

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

Color convert

RGB15618212-
CMYK0.1400.930.29
HSL69.18º87.63%38.04%-
HSV(B)69.18º93.41%71.37%-
XYZ30.540.556.57-
YUV154.8547.39128.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.57%
GREEN value IS 182 (71.48% from 255) = 52%
BLUE value IS 12 (5.08% from 255) = 3.43%
R=44.57%
G=52%
B=3.43%

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
Decimal156182120.1400.930.2969.1887.6338.04
Hex9CB6CE05D1D455826
Octal234266141601353510513046
Binary100111001011011011001110010111011110110001011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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