#9BB86C

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

Shades of Olivine #9BB86C

Tints of Olivine #9BB86C

Color information

#9BB86C (or 0x9BB86C) is unknown color: approx Olivine. HEX triplet: 9B, B8 and 6C. RGB value is (155,184,108). Sum of RGB (Red+Green+Blue) = 155+184+108=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB86C is #644793. Grayscale: #A6A6A6. Windows color (decimal): -6571924 or 7125147. OLE color: 7125147.

HSL color Cylindrical-coordinate representation of color #9BB86C: hue angle of 82.89º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BB86C is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB155184108-
CMYK0.1600.410.28
HSL82.89º34.86%57.25%-
HSV(B)82.89º41.3%72.16%-
XYZ33.3642.3320.6-
YUV166.6794.89119.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.68%
GREEN value IS 184 (72.27% from 255) = 41.16%
BLUE value IS 108 (42.58% from 255) = 24.16%
R=34.68%
G=41.16%
B=24.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1551841080.1600.410.2882.8934.8657.25
Hex9BB86C100291C532339
Octal23327015420051341234371
Binary10011011101110001101100100000101001111001010011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,184,108); }

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

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

 a { background-color: rgb(155,184,108); }

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

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

 span { border-color: rgb(155,184,108); }

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