#9BB96E

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

Shades of Olivine #9BB96E

Tints of Olivine #9BB96E

Color information

#9BB96E (or 0x9BB96E) is unknown color: approx Olivine. HEX triplet: 9B, B9 and 6E. RGB value is (155,185,110). Sum of RGB (Red+Green+Blue) = 155+185+110=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB96E is #644691. Grayscale: #A7A7A7. Windows color (decimal): -6571666 or 7256475. OLE color: 7256475.

HSL color Cylindrical-coordinate representation of color #9BB96E: hue angle of 84º 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 #9BB96E is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB155185110-
CMYK0.1600.410.27
HSL84º34.88%57.84%-
HSV(B)84º40.54%72.55%-
XYZ33.6842.7921.24-
YUV167.4895.56119.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.44%
GREEN value IS 185 (72.66% from 255) = 41.11%
BLUE value IS 110 (43.36% from 255) = 24.44%
R=34.44%
G=41.11%
B=24.44%

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
Decimal1551851100.1600.410.278434.8857.84
Hex9BB96E100291B54233a
Octal23327115620051331244372
Binary10011011101110011101110100000101001110111010100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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