#99BA76

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

Shades of Olivine #99BA76

Tints of Olivine #99BA76

Color information

#99BA76 (or 0x99BA76) is unknown color: approx Olivine. HEX triplet: 99, BA and 76. RGB value is (153,186,118). Sum of RGB (Red+Green+Blue) = 153+186+118=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BA76 is #664589. Grayscale: #A8A8A8. Windows color (decimal): -6702474 or 7781017. OLE color: 7781017.

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

Color convert

RGB153186118-
CMYK0.1800.370.27
HSL89.12º33.01%59.61%-
HSV(B)89.12º36.56%72.94%-
XYZ33.9743.223.69-
YUV168.3899.57117.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.48%
GREEN value IS 186 (73.05% from 255) = 40.70%
BLUE value IS 118 (46.48% from 255) = 25.82%
R=33.48%
G=40.70%
B=25.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531861180.1800.370.2789.1233.0159.61
Hex99BA76120251B59213c
Octal23127216622045331314174
Binary10011001101110101110110100100100101110111011001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,186,118); }

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

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

 a { background-color: rgb(153,186,118); }

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

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

 span { border-color: rgb(153,186,118); }

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