Html Css Color HEX #A4B97A Olivine

📋 copy color: '#A4B97A'

red 164 ◦ green 185 ◦ blue 122

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

Shades of Olivine #A4B97A

Tints of Olivine #A4B97A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.28%

 BLUE value IS 122 (48.05% from 255) = 25.9%

R = 34.82%
G = 39.28%
B = 25.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#A4B97A (or 0xA4B97A) is known color: Olivine. HEX triplet: A4, B9 and 7A. RGB value is (164,185,122). Sum of RGB (Red+Green+Blue) = 164+185+122=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B97A is #5B4685. Grayscale: #ABABAB. Windows color (decimal): -5981830 or 8042916. OLE color: 8042916.

HSL color Cylindrical-coordinate representation of color #A4B97A: hue angle of 80º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4B97A is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 185 122 -
CMYK 0.11 0 0.34 0.27
HSL 80º 0.31% 0.6% -
HSV(B) 80º 0.34% 0.73% -
XYZ 36.17 44 25 -
YUV 171.54 100.04 122.62 -
System Red Green Blue C M Y K H S L
Decimal 164 185 122 0.11 0 0.34 0.27 80 0.31 0.6
Hex A4 B9 7A B 0 22 1B 50 1F 3C
Octal 244 271 172 13 0 42 33 120 37 74
Binary 10100100 10111001 1111010 1011 0 100010 11011 1010000 11111 111100

Color Harmonies of #A4B97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B97A

Black with #A4B97A

Text Example


Text Example

White with #A4B97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B97A; }

 p { color: rgb(164,185,122); }

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

background-color css

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

 a { background-color: rgb(164,185,122); }

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

border-color css

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

 span { border-color: rgb(164,185,122); }

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