#9BB66C

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

Shades of Olivine #9BB66C

Tints of Olivine #9BB66C

Color information

#9BB66C (or 0x9BB66C) is unknown color: approx Olivine. HEX triplet: 9B, B6 and 6C. RGB value is (155,182,108). Sum of RGB (Red+Green+Blue) = 155+182+108=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB66C is #644993. Grayscale: #A5A5A5. Windows color (decimal): -6572436 or 7124635. OLE color: 7124635.

HSL color Cylindrical-coordinate representation of color #9BB66C: hue angle of 81.89º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BB66C is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB155182108-
CMYK0.1500.410.29
HSL81.89º33.64%56.86%-
HSV(B)81.89º40.66%71.37%-
XYZ32.9541.5120.46-
YUV165.4995.55120.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.83%
GREEN value IS 182 (71.48% from 255) = 40.90%
BLUE value IS 108 (42.58% from 255) = 24.27%
R=34.83%
G=40.90%
B=24.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551821080.1500.410.2981.8933.6456.86
Hex9BB66CF0291D522239
Octal23326615417051351224271
Binary1001101110110110110110011110101001111011010010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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