#9BBC70

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

Shades of Olivine #9BBC70

Tints of Olivine #9BBC70

Color information

#9BBC70 (or 0x9BBC70) is unknown color: approx Olivine. HEX triplet: 9B, BC and 70. RGB value is (155,188,112). Sum of RGB (Red+Green+Blue) = 155+188+112=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBC70 is #64438F. Grayscale: #A9A9A9. Windows color (decimal): -6570896 or 7388315. OLE color: 7388315.

HSL color Cylindrical-coordinate representation of color #9BBC70: hue angle of 86.05º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BBC70 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB155188112-
CMYK0.1800.400.26
HSL86.05º36.19%58.82%-
HSV(B)86.05º40.43%73.73%-
XYZ34.4344.122.03-
YUV169.4795.57117.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.07%
GREEN value IS 188 (73.83% from 255) = 41.32%
BLUE value IS 112 (44.14% from 255) = 24.62%
R=34.07%
G=41.32%
B=24.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551881120.1800.400.2686.0536.1958.82
Hex9BBC70120281A56243b
Octal23327416022050321264473
Binary10011011101111001110000100100101000110101010110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,188,112); }

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

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

 a { background-color: rgb(155,188,112); }

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

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

 span { border-color: rgb(155,188,112); }

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