#9CBB12

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

Shades of Citrus #9CBB12

Tints of Citrus #9CBB12

Color information

#9CBB12 (or 0x9CBB12) is unknown color: approx Citrus. HEX triplet: 9C, BB and 12. RGB value is (156,187,18). Sum of RGB (Red+Green+Blue) = 156+187+18=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 187 (73.44% from 255 or 51.80% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBB12 is #6344ED. Grayscale: #9F9F9F. Windows color (decimal): -6505710 or 1227676. OLE color: 1227676.

HSL color Cylindrical-coordinate representation of color #9CBB12: hue angle of 71.01º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9CBB12 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB15618718-
CMYK0.1700.900.27
HSL71.01º82.44%40.2%-
HSV(B)71.01º90.37%73.33%-
XYZ31.5942.657.14-
YUV158.4648.73126.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.21%
GREEN value IS 187 (73.44% from 255) = 51.80%
BLUE value IS 18 (7.42% from 255) = 4.99%
R=43.21%
G=51.80%
B=4.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156187180.1700.900.2771.0182.4440.2
Hex9CBB121105A1B475228
Octal234273222101323310712250
Binary10011100101110111001010001010110101101110001111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,187,18); }

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

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

 a { background-color: rgb(156,187,18); }

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

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

 span { border-color: rgb(156,187,18); }

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