#9CBA11

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

Shades of Citrus #9CBA11

Tints of Citrus #9CBA11

Color information

#9CBA11 (or 0x9CBA11) is unknown color: approx Citrus. HEX triplet: 9C, BA and 11. RGB value is (156,186,17). Sum of RGB (Red+Green+Blue) = 156+186+17=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBA11 is #6345EE. Grayscale: #9E9E9E. Windows color (decimal): -6505967 or 1161884. OLE color: 1161884.

HSL color Cylindrical-coordinate representation of color #9CBA11: hue angle of 70.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9CBA11 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB15618617-
CMYK0.1600.910.27
HSL70.65º83.25%39.8%-
HSV(B)70.65º90.86%72.94%-
XYZ31.3742.237.03-
YUV157.7648.56126.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.45%
GREEN value IS 186 (73.05% from 255) = 51.81%
BLUE value IS 17 (7.03% from 255) = 4.74%
R=43.45%
G=51.81%
B=4.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156186170.1600.910.2770.6583.2539.8
Hex9CBA111005B1B475328
Octal234272212001333310712350
Binary10011100101110101000110000010110111101110001111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,186,17); }

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

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

 a { background-color: rgb(156,186,17); }

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

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

 span { border-color: rgb(156,186,17); }

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