#9CBE6E

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

Shades of Olivine #9CBE6E

Tints of Olivine #9CBE6E

Color information

#9CBE6E (or 0x9CBE6E) is unknown color: approx Olivine. HEX triplet: 9C, BE and 6E. RGB value is (156,190,110). Sum of RGB (Red+Green+Blue) = 156+190+110=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBE6E is #634191. Grayscale: #AAAAAA. Windows color (decimal): -6504850 or 7257756. OLE color: 7257756.

HSL color Cylindrical-coordinate representation of color #9CBE6E: hue angle of 85.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9CBE6E is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB156190110-
CMYK0.1800.420.25
HSL85.5º38.1%58.82%-
HSV(B)85.5º42.11%74.51%-
XYZ34.9445.0221.6-
YUV170.7193.74117.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.21%
GREEN value IS 190 (74.61% from 255) = 41.67%
BLUE value IS 110 (43.36% from 255) = 24.12%
R=34.21%
G=41.67%
B=24.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561901100.1800.420.2585.538.158.82
Hex9CBE6E1202A1956263b
Octal23427615622052311264673
Binary10011100101111101101110100100101010110011010110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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