#9CBE65

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

Shades of Olivine #9CBE65

Tints of Olivine #9CBE65

Color information

#9CBE65 (or 0x9CBE65) is unknown color: approx Olivine. HEX triplet: 9C, BE and 65. RGB value is (156,190,101). Sum of RGB (Red+Green+Blue) = 156+190+101=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBE65 is #63419A. Grayscale: #AAAAAA. Windows color (decimal): -6504859 or 6667932. OLE color: 6667932.

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

Color convert

RGB156190101-
CMYK0.1800.470.25
HSL82.92º40.64%57.06%-
HSV(B)82.92º46.84%74.51%-
XYZ34.4744.8319.15-
YUV169.6989.24118.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 190 (74.61% from 255) = 42.51%
BLUE value IS 101 (39.84% from 255) = 22.60%
R=34.90%
G=42.51%
B=22.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561901010.1800.470.2582.9240.6457.06
Hex9CBE651202F19532939
Octal23427614522057311235171
Binary10011100101111101100101100100101111110011010011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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