#9CB10C

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

Shades of Citrus #9CB10C

Tints of Citrus #9CB10C

Color information

#9CB10C (or 0x9CB10C) is unknown color: approx Citrus. HEX triplet: 9C, B1 and 0C. RGB value is (156,177,12). Sum of RGB (Red+Green+Blue) = 156+177+12=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CB10C is #634EF3. Grayscale: #989898. Windows color (decimal): -6508276 or 831900. OLE color: 831900.

HSL color Cylindrical-coordinate representation of color #9CB10C: hue angle of 67.64º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9CB10C is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB15617712-
CMYK0.1200.930.31
HSL67.64º87.3%37.06%-
HSV(B)67.64º93.22%69.41%-
XYZ29.538.546.23-
YUV151.9149.04130.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.22%
GREEN value IS 177 (69.53% from 255) = 51.30%
BLUE value IS 12 (5.08% from 255) = 3.48%
R=45.22%
G=51.30%
B=3.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156177120.1200.930.3167.6487.337.06
Hex9CB1CC05D1F445725
Octal234261141401353710412745
Binary100111001011000111001100010111011111110001001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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