Html Css Color HEX #A4B570 Olivine

📋 copy color: '#A4B570'

red 164 ◦ green 181 ◦ blue 112

#A4B570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #A4B570

Tints of Olivine #A4B570

RGB

 RED value IS 164 (64.45% from 255) = 35.89%

 GREEN value IS 181 (71.09% from 255) = 39.61%

 BLUE value IS 112 (44.14% from 255) = 24.51%

R = 35.89%
G = 39.61%
B = 24.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#A4B570 (or 0xA4B570) is known color: Olivine. HEX triplet: A4, B5 and 70. RGB value is (164,181,112). Sum of RGB (Red+Green+Blue) = 164+181+112=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B570 is #5B4A8F. Grayscale: #A8A8A8. Windows color (decimal): -5982864 or 7386532. OLE color: 7386532.

HSL color Cylindrical-coordinate representation of color #A4B570: hue angle of 74.78º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4B570 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 181 112 -
CMYK 0.09 0 0.38 0.29
HSL 74.78º 0.32% 0.57% -
HSV(B) 74.78º 0.38% 0.71% -
XYZ 34.76 42.11 21.63 -
YUV 168.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 164 181 112 0.09 0 0.38 0.29 74.78 0.32 0.57
Hex A4 B5 70 9 0 26 1D 4B 20 39
Octal 244 265 160 11 0 46 35 113 40 71
Binary 10100100 10110101 1110000 1001 0 100110 11101 1001011 100000 111001

Color Harmonies of #A4B570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B570

Black with #A4B570

Text Example


Text Example

White with #A4B570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B570; }

 p { color: rgb(164,181,112); }

 H1.HeaderClassName
 {
   color: #A4B570;
 }
 .AnyTagClassName
 {
   color: #A4B570;
 }
</style>

background-color css

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

 a { background-color: rgb(164,181,112); }

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

border-color css

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

 span { border-color: rgb(164,181,112); }

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