#9BB964

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

Shades of Olivine #9BB964

Tints of Olivine #9BB964

Color information

#9BB964 (or 0x9BB964) is unknown color: approx Olivine. HEX triplet: 9B, B9 and 64. RGB value is (155,185,100). Sum of RGB (Red+Green+Blue) = 155+185+100=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB964 is #64469B. Grayscale: #A6A6A6. Windows color (decimal): -6571676 or 6601115. OLE color: 6601115.

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

Color convert

RGB155185100-
CMYK0.1600.460.27
HSL81.18º37.78%55.88%-
HSV(B)81.18º45.95%72.55%-
XYZ33.1742.5918.53-
YUV166.3490.56119.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.23%
GREEN value IS 185 (72.66% from 255) = 42.05%
BLUE value IS 100 (39.45% from 255) = 22.73%
R=35.23%
G=42.05%
B=22.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551851000.1600.460.2781.1837.7855.88
Hex9BB9641002E1B512638
Octal23327114420056331214670
Binary10011011101110011100100100000101110110111010001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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