#9FBC80

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

Shades of Olivine #9FBC80

Tints of Olivine #9FBC80

Color information

#9FBC80 (or 0x9FBC80) is unknown color: approx Olivine. HEX triplet: 9F, BC and 80. RGB value is (159,188,128). Sum of RGB (Red+Green+Blue) = 159+188+128=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBC80 is #60437F. Grayscale: #ACACAC. Windows color (decimal): -6308736 or 8436895. OLE color: 8436895.

HSL color Cylindrical-coordinate representation of color #9FBC80: hue angle of 89º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FBC80 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB159188128-
CMYK0.1500.320.26
HSL89º30.93%61.96%-
HSV(B)89º31.91%73.73%-
XYZ36.1844.927.18-
YUV172.49102.89118.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.47%
GREEN value IS 188 (73.83% from 255) = 39.58%
BLUE value IS 128 (50.39% from 255) = 26.95%
R=33.47%
G=39.58%
B=26.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591881280.1500.320.268930.9361.96
Hex9FBC80F0201A591f3e
Octal23727420017040321313776
Binary1001111110111100100000001111010000011010101100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,188,128); }

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

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

 a { background-color: rgb(159,188,128); }

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

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

 span { border-color: rgb(159,188,128); }

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