#9BBF81

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

Shades of Olivine #9BBF81

Tints of Olivine #9BBF81

Color information

#9BBF81 (or 0x9BBF81) is unknown color: approx Olivine. HEX triplet: 9B, BF and 81. RGB value is (155,191,129). Sum of RGB (Red+Green+Blue) = 155+191+129=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBF81 is #64407E. Grayscale: #ADADAD. Windows color (decimal): -6570111 or 8503195. OLE color: 8503195.

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

Color convert

RGB155191129-
CMYK0.1900.320.25
HSL94.84º32.63%62.75%-
HSV(B)94.84º32.46%74.9%-
XYZ36.1145.8227.71-
YUV173.17103.07115.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.63%
GREEN value IS 191 (75% from 255) = 40.21%
BLUE value IS 129 (50.78% from 255) = 27.16%
R=32.63%
G=40.21%
B=27.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551911290.1900.320.2594.8432.6362.75
Hex9BBF8113020195f213f
Octal23327720123040311374177
Binary100110111011111110000001100110100000110011011111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,191,129); }

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

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

 a { background-color: rgb(155,191,129); }

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

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

 span { border-color: rgb(155,191,129); }

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