#99BD69

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

Shades of Olivine #99BD69

Tints of Olivine #99BD69

Color information

#99BD69 (or 0x99BD69) is unknown color: approx Olivine. HEX triplet: 99, BD and 69. RGB value is (153,189,105). Sum of RGB (Red+Green+Blue) = 153+189+105=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BD69 is #664296. Grayscale: #A8A8A8. Windows color (decimal): -6701719 or 6929817. OLE color: 6929817.

HSL color Cylindrical-coordinate representation of color #99BD69: hue angle of 85.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99BD69 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB153189105-
CMYK0.1900.440.26
HSL85.71º38.89%57.65%-
HSV(B)85.71º44.44%74.12%-
XYZ33.8844.1920.11-
YUV168.6692.07116.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.23%
GREEN value IS 189 (74.22% from 255) = 42.28%
BLUE value IS 105 (41.41% from 255) = 23.49%
R=34.23%
G=42.28%
B=23.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531891050.1900.440.2685.7138.8957.65
Hex99BD691302C1A56273a
Octal23127515123054321264772
Binary10011001101111011101001100110101100110101010110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,189,105); }

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

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

 a { background-color: rgb(153,189,105); }

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

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

 span { border-color: rgb(153,189,105); }

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