#A4BD68

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

Shades of Olivine #A4BD68

Tints of Olivine #A4BD68

Color information

#A4BD68 (or 0xA4BD68) is unknown color: approx Olivine. HEX triplet: A4, BD and 68. RGB value is (164,189,104). Sum of RGB (Red+Green+Blue) = 164+189+104=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BD68 is #5B4297. Grayscale: #ACACAC. Windows color (decimal): -5980824 or 6864292. OLE color: 6864292.

HSL color Cylindrical-coordinate representation of color #A4BD68: hue angle of 77.65º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4BD68 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB164189104-
CMYK0.1300.450.26
HSL77.65º39.17%57.45%-
HSV(B)77.65º44.97%74.12%-
XYZ36.0145.2919.94-
YUV171.8389.72122.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.89%
GREEN value IS 189 (74.22% from 255) = 41.36%
BLUE value IS 104 (41.02% from 255) = 22.76%
R=35.89%
G=41.36%
B=22.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641891040.1300.450.2677.6539.1757.45
HexA4BD68D02D1A4e2739
Octal24427515015055321164771
Binary1010010010111101110100011010101101110101001110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BD68; }

 p { color: rgb(164,189,104); }

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

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

 a { background-color: rgb(164,189,104); }

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

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

 span { border-color: rgb(164,189,104); }

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