#A4BF6C

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

Shades of Olivine #A4BF6C

Tints of Olivine #A4BF6C

Color information

#A4BF6C (or 0xA4BF6C) is unknown color: approx Olivine. HEX triplet: A4, BF and 6C. RGB value is (164,191,108). Sum of RGB (Red+Green+Blue) = 164+191+108=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BF6C is #5B4093. Grayscale: #ADADAD. Windows color (decimal): -5980308 or 7126948. OLE color: 7126948.

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

Color convert

RGB164191108-
CMYK0.1400.430.25
HSL79.52º39.34%58.63%-
HSV(B)79.52º43.46%74.9%-
XYZ36.6546.2421.18-
YUV173.4691.05121.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.42%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 108 (42.58% from 255) = 23.33%
R=35.42%
G=41.25%
B=23.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641911080.1400.430.2579.5239.3458.63
HexA4BF6CE02B1950273b
Octal24427715416053311204773
Binary1010010010111111110110011100101011110011010000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BF6C; }

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

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

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

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

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

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

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

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