#99B966

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

Shades of Olivine #99B966

Tints of Olivine #99B966

Color information

#99B966 (or 0x99B966) is unknown color: approx Olivine. HEX triplet: 99, B9 and 66. RGB value is (153,185,102). Sum of RGB (Red+Green+Blue) = 153+185+102=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #99B966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B966 is #664699. Grayscale: #A6A6A6. Windows color (decimal): -6702746 or 6732185. OLE color: 6732185.

HSL color Cylindrical-coordinate representation of color #99B966: hue angle of 83.13º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99B966 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB153185102-
CMYK0.1700.450.27
HSL83.13º37.22%56.27%-
HSV(B)83.13º44.86%72.55%-
XYZ32.8842.4319.03-
YUV165.9791.9118.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.77%
GREEN value IS 185 (72.66% from 255) = 42.05%
BLUE value IS 102 (40.23% from 255) = 23.18%
R=34.77%
G=42.05%
B=23.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531851020.1700.450.2783.1337.2256.27
Hex99B9661102D1B532538
Octal23127114621055331234570
Binary10011001101110011100110100010101101110111010011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B966; }

 p { color: rgb(153,185,102); }

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

<style>
 a { background-color: #99B966; }

 a { background-color: rgb(153,185,102); }

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

<style>
 span { border-color: #99B966; }

 span { border-color: rgb(153,185,102); }

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