#9BB960

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

Shades of Olivine #9BB960

Tints of Olivine #9BB960

Color information

#9BB960 (or 0x9BB960) is unknown color: approx Olivine. HEX triplet: 9B, B9 and 60. RGB value is (155,185,96). Sum of RGB (Red+Green+Blue) = 155+185+96=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB960 is #64469F. Grayscale: #A6A6A6. Windows color (decimal): -6571680 or 6338971. OLE color: 6338971.

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

Color convert

RGB15518596-
CMYK0.1600.480.27
HSL80.22º38.86%55.1%-
HSV(B)80.22º48.11%72.55%-
XYZ32.9842.5117.53-
YUV165.8888.56120.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.55%
GREEN value IS 185 (72.66% from 255) = 42.43%
BLUE value IS 96 (37.89% from 255) = 22.02%
R=35.55%
G=42.43%
B=22.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155185960.1600.480.2780.2238.8655.1
Hex9BB960100301B502737
Octal23327114020060331204767
Binary10011011101110011100000100000110000110111010000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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