#99BA60

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

Shades of Olivine #99BA60

Tints of Olivine #99BA60

Color information

#99BA60 (or 0x99BA60) is unknown color: approx Olivine. HEX triplet: 99, BA and 60. RGB value is (153,186,96). Sum of RGB (Red+Green+Blue) = 153+186+96=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BA60 is #66459F. Grayscale: #A6A6A6. Windows color (decimal): -6702496 or 6339225. OLE color: 6339225.

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

Color convert

RGB15318696-
CMYK0.1800.480.27
HSL82º39.47%55.29%-
HSV(B)82º48.39%72.94%-
XYZ32.8142.7317.59-
YUV165.8788.57118.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.17%
GREEN value IS 186 (73.05% from 255) = 42.76%
BLUE value IS 96 (37.89% from 255) = 22.07%
R=35.17%
G=42.76%
B=22.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153186960.1800.480.278239.4755.29
Hex99BA60120301B522737
Octal23127214022060331224767
Binary10011001101110101100000100100110000110111010010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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