#9CBE6D

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

Shades of Olivine #9CBE6D

Tints of Olivine #9CBE6D

Color information

#9CBE6D (or 0x9CBE6D) is unknown color: approx Olivine. HEX triplet: 9C, BE and 6D. RGB value is (156,190,109). Sum of RGB (Red+Green+Blue) = 156+190+109=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBE6D is #634192. Grayscale: #AAAAAA. Windows color (decimal): -6504851 or 7192220. OLE color: 7192220.

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

Color convert

RGB156190109-
CMYK0.1800.430.25
HSL85.19º38.39%58.63%-
HSV(B)85.19º42.63%74.51%-
XYZ34.884521.32-
YUV170.693.24117.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.29%
GREEN value IS 190 (74.61% from 255) = 41.76%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=34.29%
G=41.76%
B=23.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561901090.1800.430.2585.1938.3958.63
Hex9CBE6D1202B1955263b
Octal23427615522053311254673
Binary10011100101111101101101100100101011110011010101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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