#A0BF63

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

Shades of Olivine #A0BF63

Tints of Olivine #A0BF63

Color information

#A0BF63 (or 0xA0BF63) is unknown color: approx Olivine. HEX triplet: A0, BF and 63. RGB value is (160,191,99). Sum of RGB (Red+Green+Blue) = 160+191+99=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF63 is #5F409C. Grayscale: #ABABAB. Windows color (decimal): -6242461 or 6537120. OLE color: 6537120.

HSL color Cylindrical-coordinate representation of color #A0BF63: hue angle of 80.22º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0BF63 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB16019199-
CMYK0.1600.480.25
HSL80.22º41.82%56.86%-
HSV(B)80.22º48.17%74.9%-
XYZ35.3845.6418.75-
YUV171.2487.23119.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.56%
GREEN value IS 191 (75% from 255) = 42.44%
BLUE value IS 99 (39.06% from 255) = 22%
R=35.56%
G=42.44%
B=22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160191990.1600.480.2580.2241.8256.86
HexA0BF631003019502a39
Octal24027714320060311205271
Binary10100000101111111100011100000110000110011010000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BF63; }

 p { color: rgb(160,191,99); }

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

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

 a { background-color: rgb(160,191,99); }

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

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

 span { border-color: rgb(160,191,99); }

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