#9CBE59

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

Shades of Olivine #9CBE59

Tints of Olivine #9CBE59

Color information

#9CBE59 (or 0x9CBE59) is unknown color: approx Olivine. HEX triplet: 9C, BE and 59. RGB value is (156,190,89). Sum of RGB (Red+Green+Blue) = 156+190+89=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 89 (35.16% from 255 or 20.46% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBE59 is #6341A6. Grayscale: #A8A8A8. Windows color (decimal): -6504871 or 5881500. OLE color: 5881500.

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

Color convert

RGB15619089-
CMYK0.1800.530.25
HSL80.2º43.72%54.71%-
HSV(B)80.2º53.16%74.51%-
XYZ33.9344.6216.27-
YUV168.3283.24119.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.86%
GREEN value IS 190 (74.61% from 255) = 43.68%
BLUE value IS 89 (35.16% from 255) = 20.46%
R=35.86%
G=43.68%
B=20.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156190890.1800.530.2580.243.7254.71
Hex9CBE591203519502c37
Octal23427613122065311205467
Binary10011100101111101011001100100110101110011010000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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