#A4BF61

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

Shades of Olivine #A4BF61

Tints of Olivine #A4BF61

Color information

#A4BF61 (or 0xA4BF61) is unknown color: approx Olivine. HEX triplet: A4, BF and 61. RGB value is (164,191,97). Sum of RGB (Red+Green+Blue) = 164+191+97=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BF61 is #5B409E. Grayscale: #ACACAC. Windows color (decimal): -5980319 or 6406052. OLE color: 6406052.

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

Color convert

RGB16419197-
CMYK0.1400.490.25
HSL77.23º42.34%56.47%-
HSV(B)77.23º49.21%74.9%-
XYZ36.146.0218.29-
YUV172.2185.55122.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.28%
GREEN value IS 191 (75% from 255) = 42.26%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=36.28%
G=42.26%
B=21.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164191970.1400.490.2577.2342.3456.47
HexA4BF61E031194d2a38
Octal24427714116061311155270
Binary1010010010111111110000111100110001110011001101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BF61; }

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

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

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

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

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

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

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

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