#9BB36F

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

Shades of Olivine #9BB36F

Tints of Olivine #9BB36F

Color information

#9BB36F (or 0x9BB36F) is unknown color: approx Olivine. HEX triplet: 9B, B3 and 6F. RGB value is (155,179,111). Sum of RGB (Red+Green+Blue) = 155+179+111=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB36F is #644C90. Grayscale: #A4A4A4. Windows color (decimal): -6573201 or 7320475. OLE color: 7320475.

HSL color Cylindrical-coordinate representation of color #9BB36F: hue angle of 81.18º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BB36F is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB155179111-
CMYK0.1300.380.30
HSL81.18º30.91%56.86%-
HSV(B)81.18º37.99%70.2%-
XYZ32.5140.3621.12-
YUV164.0798.05121.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.83%
GREEN value IS 179 (70.31% from 255) = 40.22%
BLUE value IS 111 (43.75% from 255) = 24.94%
R=34.83%
G=40.22%
B=24.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1551791110.1300.380.3081.1830.9156.86
Hex9BB36FD0261E511f39
Octal23326315715046361213771
Binary100110111011001111011111101010011011110101000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,179,111); }

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

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

 a { background-color: rgb(155,179,111); }

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

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

 span { border-color: rgb(155,179,111); }

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