#9BB866

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

Shades of Olivine #9BB866

Tints of Olivine #9BB866

Color information

#9BB866 (or 0x9BB866) is unknown color: approx Olivine. HEX triplet: 9B, B8 and 66. RGB value is (155,184,102). Sum of RGB (Red+Green+Blue) = 155+184+102=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB866 is #644799. Grayscale: #A6A6A6. Windows color (decimal): -6571930 or 6731931. OLE color: 6731931.

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

Color convert

RGB155184102-
CMYK0.1600.450.28
HSL81.22º36.61%56.08%-
HSV(B)81.22º44.57%72.16%-
XYZ33.0642.2118.98-
YUV165.9891.89120.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.15%
GREEN value IS 184 (72.27% from 255) = 41.72%
BLUE value IS 102 (40.23% from 255) = 23.13%
R=35.15%
G=41.72%
B=23.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1551841020.1600.450.2881.2236.6156.08
Hex9BB8661002D1C512538
Octal23327014620055341214570
Binary10011011101110001100110100000101101111001010001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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