#9BBC72

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

Shades of Olivine #9BBC72

Tints of Olivine #9BBC72

Color information

#9BBC72 (or 0x9BBC72) is unknown color: approx Olivine. HEX triplet: 9B, BC and 72. RGB value is (155,188,114). Sum of RGB (Red+Green+Blue) = 155+188+114=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBC72 is #64438D. Grayscale: #A9A9A9. Windows color (decimal): -6570894 or 7519387. OLE color: 7519387.

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

Color convert

RGB155188114-
CMYK0.1800.390.26
HSL86.76º35.58%59.22%-
HSV(B)86.76º39.36%73.73%-
XYZ34.5444.1522.62-
YUV169.796.57117.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.92%
GREEN value IS 188 (73.83% from 255) = 41.14%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=33.92%
G=41.14%
B=24.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551881140.1800.390.2686.7635.5859.22
Hex9BBC72120271A57243b
Octal23327416222047321274473
Binary10011011101111001110010100100100111110101010111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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