#99BA71

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

Shades of Olivine #99BA71

Tints of Olivine #99BA71

Color information

#99BA71 (or 0x99BA71) is unknown color: approx Olivine. HEX triplet: 99, BA and 71. RGB value is (153,186,113). Sum of RGB (Red+Green+Blue) = 153+186+113=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BA71 is #66458E. Grayscale: #A8A8A8. Windows color (decimal): -6702479 or 7453337. OLE color: 7453337.

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

Color convert

RGB153186113-
CMYK0.1800.390.27
HSL87.12º34.6%58.63%-
HSV(B)87.12º39.25%72.94%-
XYZ33.6843.0822.16-
YUV167.8197.07117.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.85%
GREEN value IS 186 (73.05% from 255) = 41.15%
BLUE value IS 113 (44.53% from 255) = 25%
R=33.85%
G=41.15%
B=25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531861130.1800.390.2787.1234.658.63
Hex99BA71120271B57233b
Octal23127216122047331274373
Binary10011001101110101110001100100100111110111010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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