#9CBB5E

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

Shades of Olivine #9CBB5E

Tints of Olivine #9CBB5E

Color information

#9CBB5E (or 0x9CBB5E) is unknown color: approx Olivine. HEX triplet: 9C, BB and 5E. RGB value is (156,187,94). Sum of RGB (Red+Green+Blue) = 156+187+94=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBB5E is #6344A1. Grayscale: #A7A7A7. Windows color (decimal): -6505634 or 6208412. OLE color: 6208412.

HSL color Cylindrical-coordinate representation of color #9CBB5E: hue angle of 80º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CBB5E is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB15618794-
CMYK0.1700.500.27
HSL80º40.61%55.1%-
HSV(B)80º49.73%73.33%-
XYZ33.543.4217.2-
YUV167.1386.73120.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.70%
GREEN value IS 187 (73.44% from 255) = 42.79%
BLUE value IS 94 (37.11% from 255) = 21.51%
R=35.70%
G=42.79%
B=21.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156187940.1700.500.278040.6155.1
Hex9CBB5E110321B502937
Octal23427313621062331205167
Binary10011100101110111011110100010110010110111010000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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