#9BB96D

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

Shades of Olivine #9BB96D

Tints of Olivine #9BB96D

Color information

#9BB96D (or 0x9BB96D) is unknown color: approx Olivine. HEX triplet: 9B, B9 and 6D. RGB value is (155,185,109). Sum of RGB (Red+Green+Blue) = 155+185+109=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB96D is #644692. Grayscale: #A7A7A7. Windows color (decimal): -6571667 or 7190939. OLE color: 7190939.

HSL color Cylindrical-coordinate representation of color #9BB96D: hue angle of 83.68º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BB96D is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB155185109-
CMYK0.1600.410.27
HSL83.68º35.19%57.65%-
HSV(B)83.68º41.08%72.55%-
XYZ33.6342.7720.95-
YUV167.3795.06119.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.52%
GREEN value IS 185 (72.66% from 255) = 41.20%
BLUE value IS 109 (42.97% from 255) = 24.28%
R=34.52%
G=41.20%
B=24.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551851090.1600.410.2783.6835.1957.65
Hex9BB96D100291B54233a
Octal23327115520051331244372
Binary10011011101110011101101100000101001110111010100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,185,109); }

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

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

 a { background-color: rgb(155,185,109); }

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

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

 span { border-color: rgb(155,185,109); }

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