#9CBE5A

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

Shades of Olivine #9CBE5A

Tints of Olivine #9CBE5A

Color information

#9CBE5A (or 0x9CBE5A) is unknown color: approx Olivine. HEX triplet: 9C, BE and 5A. RGB value is (156,190,90). Sum of RGB (Red+Green+Blue) = 156+190+90=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBE5A is #6341A5. Grayscale: #A8A8A8. Windows color (decimal): -6504870 or 5947036. OLE color: 5947036.

HSL color Cylindrical-coordinate representation of color #9CBE5A: hue angle of 80.4º degrees, saturation: 0.43, 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 #9CBE5A is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB15619090-
CMYK0.1800.530.25
HSL80.4º43.48%54.9%-
HSV(B)80.4º52.63%74.51%-
XYZ33.9744.6316.5-
YUV168.4383.74119.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.78%
GREEN value IS 190 (74.61% from 255) = 43.58%
BLUE value IS 90 (35.55% from 255) = 20.64%
R=35.78%
G=43.58%
B=20.64%

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
Decimal156190900.1800.530.2580.443.4854.9
Hex9CBE5A1203519502b37
Octal23427613222065311205367
Binary10011100101111101011010100100110101110011010000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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