#99B46E

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

Shades of Olivine #99B46E

Tints of Olivine #99B46E

Color information

#99B46E (or 0x99B46E) is unknown color: approx Olivine. HEX triplet: 99, B4 and 6E. RGB value is (153,180,110). Sum of RGB (Red+Green+Blue) = 153+180+110=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #99B46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B46E is #664B91. Grayscale: #A4A4A4. Windows color (decimal): -6704018 or 7255193. OLE color: 7255193.

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

Color convert

RGB153180110-
CMYK0.1500.390.29
HSL83.14º31.82%56.86%-
HSV(B)83.14º38.89%70.59%-
XYZ32.2740.5420.88-
YUV163.9597.55120.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.54%
GREEN value IS 180 (70.70% from 255) = 40.63%
BLUE value IS 110 (43.36% from 255) = 24.83%
R=34.54%
G=40.63%
B=24.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531801100.1500.390.2983.1431.8256.86
Hex99B46EF0271D532039
Octal23126415617047351234071
Binary1001100110110100110111011110100111111011010011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,180,110); }

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

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

 a { background-color: rgb(153,180,110); }

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

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

 span { border-color: rgb(153,180,110); }

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