#99B463

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

Shades of Olivine #99B463

Tints of Olivine #99B463

Color information

#99B463 (or 0x99B463) is unknown color: approx Olivine. HEX triplet: 99, B4 and 63. RGB value is (153,180,99). Sum of RGB (Red+Green+Blue) = 153+180+99=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #99B463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B463 is #664B9C. Grayscale: #A2A2A2. Windows color (decimal): -6704029 or 6534297. OLE color: 6534297.

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

Color convert

RGB15318099-
CMYK0.1500.450.29
HSL80º35.06%54.71%-
HSV(B)80º45%70.59%-
XYZ31.7140.3217.91-
YUV162.6992.05121.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.42%
GREEN value IS 180 (70.70% from 255) = 41.67%
BLUE value IS 99 (39.06% from 255) = 22.92%
R=35.42%
G=41.67%
B=22.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal153180990.1500.450.298035.0654.71
Hex99B463F02D1D502337
Octal23126414317055351204367
Binary1001100110110100110001111110101101111011010000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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