#A4BF66

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

Shades of Olivine #A4BF66

Tints of Olivine #A4BF66

Color information

#A4BF66 (or 0xA4BF66) is unknown color: approx Olivine. HEX triplet: A4, BF and 66. RGB value is (164,191,102). Sum of RGB (Red+Green+Blue) = 164+191+102=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BF66 is #5B4099. Grayscale: #ADADAD. Windows color (decimal): -5980314 or 6733732. OLE color: 6733732.

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

Color convert

RGB164191102-
CMYK0.1400.470.25
HSL78.2º41.01%57.45%-
HSV(B)78.2º46.6%74.9%-
XYZ36.3446.1119.56-
YUV172.7888.05121.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.89%
GREEN value IS 191 (75% from 255) = 41.79%
BLUE value IS 102 (40.23% from 255) = 22.32%
R=35.89%
G=41.79%
B=22.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641911020.1400.470.2578.241.0157.45
HexA4BF66E02F194e2939
Octal24427714616057311165171
Binary1010010010111111110011011100101111110011001110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BF66; }

 p { color: rgb(164,191,102); }

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

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

 a { background-color: rgb(164,191,102); }

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

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

 span { border-color: rgb(164,191,102); }

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