#9CBE61

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

Shades of Olivine #9CBE61

Tints of Olivine #9CBE61

Color information

#9CBE61 (or 0x9CBE61) is unknown color: approx Olivine. HEX triplet: 9C, BE and 61. RGB value is (156,190,97). Sum of RGB (Red+Green+Blue) = 156+190+97=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBE61 is #63419E. Grayscale: #A9A9A9. Windows color (decimal): -6504863 or 6405788. OLE color: 6405788.

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

Color convert

RGB15619097-
CMYK0.1800.490.25
HSL81.94º41.7%56.27%-
HSV(B)81.94º48.95%74.51%-
XYZ34.2844.7618.14-
YUV169.2387.24118.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.21%
GREEN value IS 190 (74.61% from 255) = 42.89%
BLUE value IS 97 (38.28% from 255) = 21.90%
R=35.21%
G=42.89%
B=21.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156190970.1800.490.2581.9441.756.27
Hex9CBE611203119522a38
Octal23427614122061311225270
Binary10011100101111101100001100100110001110011010010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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