#99C469

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

Shades of Olivine #99C469

Tints of Olivine #99C469

Color information

#99C469 (or 0x99C469) is unknown color: approx Olivine. HEX triplet: 99, C4 and 69. RGB value is (153,196,105). Sum of RGB (Red+Green+Blue) = 153+196+105=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 196 - color contains mainly: green. Hex color #99C469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C469 is #663B96. Grayscale: #ADADAD. Windows color (decimal): -6699927 or 6931609. OLE color: 6931609.

HSL color Cylindrical-coordinate representation of color #99C469: hue angle of 88.35º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99C469 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB153196105-
CMYK0.2200.460.23
HSL88.35º43.54%59.02%-
HSV(B)88.35º46.43%76.86%-
XYZ35.4347.2720.62-
YUV172.7789.75113.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.70%
GREEN value IS 196 (76.95% from 255) = 43.17%
BLUE value IS 105 (41.41% from 255) = 23.13%
R=33.70%
G=43.17%
B=23.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1531961050.2200.460.2388.3543.5459.02
Hex99C4691602E17582c3b
Octal23130415126056271305473
Binary10011001110001001101001101100101110101111011000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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