#9CB86E

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

Shades of Olivine #9CB86E

Tints of Olivine #9CB86E

Color information

#9CB86E (or 0x9CB86E) is unknown color: approx Olivine. HEX triplet: 9C, B8 and 6E. RGB value is (156,184,110). Sum of RGB (Red+Green+Blue) = 156+184+110=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB86E is #634791. Grayscale: #A7A7A7. Windows color (decimal): -6506386 or 7256220. OLE color: 7256220.

HSL color Cylindrical-coordinate representation of color #9CB86E: hue angle of 82.7º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CB86E is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB156184110-
CMYK0.1500.400.28
HSL82.7º34.26%57.65%-
HSV(B)82.7º40.22%72.16%-
XYZ33.6742.4721.18-
YUV167.1995.72120.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.67%
GREEN value IS 184 (72.27% from 255) = 40.89%
BLUE value IS 110 (43.36% from 255) = 24.44%
R=34.67%
G=40.89%
B=24.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1561841100.1500.400.2882.734.2657.65
Hex9CB86EF0281C53223a
Octal23427015617050341234272
Binary1001110010111000110111011110101000111001010011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,184,110); }

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

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

 a { background-color: rgb(156,184,110); }

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

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

 span { border-color: rgb(156,184,110); }

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