#9CBE7F

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

Shades of Olivine #9CBE7F

Tints of Olivine #9CBE7F

Color information

#9CBE7F (or 0x9CBE7F) is unknown color: approx Olivine. HEX triplet: 9C, BE and 7F. RGB value is (156,190,127). Sum of RGB (Red+Green+Blue) = 156+190+127=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBE7F is #634180. Grayscale: #ACACAC. Windows color (decimal): -6504833 or 8371868. OLE color: 8371868.

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

Color convert

RGB156190127-
CMYK0.1800.330.25
HSL92.38º32.64%62.16%-
HSV(B)92.38º33.16%74.51%-
XYZ35.9545.4326.95-
YUV172.65102.24116.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.98%
GREEN value IS 190 (74.61% from 255) = 40.17%
BLUE value IS 127 (50% from 255) = 26.85%
R=32.98%
G=40.17%
B=26.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561901270.1800.330.2592.3832.6462.16
Hex9CBE7F12021195c213e
Octal23427617722041311344176
Binary10011100101111101111111100100100001110011011100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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