#9CBE66

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

Shades of Olivine #9CBE66

Tints of Olivine #9CBE66

Color information

#9CBE66 (or 0x9CBE66) is unknown color: approx Olivine. HEX triplet: 9C, BE and 66. RGB value is (156,190,102). Sum of RGB (Red+Green+Blue) = 156+190+102=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBE66 is #634199. Grayscale: #AAAAAA. Windows color (decimal): -6504858 or 6733468. OLE color: 6733468.

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

Color convert

RGB156190102-
CMYK0.1800.460.25
HSL83.18º40.37%57.25%-
HSV(B)83.18º46.32%74.51%-
XYZ34.5244.8519.41-
YUV169.889.74118.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.82%
GREEN value IS 190 (74.61% from 255) = 42.41%
BLUE value IS 102 (40.23% from 255) = 22.77%
R=34.82%
G=42.41%
B=22.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561901020.1800.460.2583.1840.3757.25
Hex9CBE661202E19532839
Octal23427614622056311235071
Binary10011100101111101100110100100101110110011010011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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