Html Css Color HEX #A4B56E Olivine

📋 copy color: '#A4B56E'

red 164 ◦ green 181 ◦ blue 110

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

Shades of Olivine #A4B56E

Tints of Olivine #A4B56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.18%

R = 36.04%
G = 39.78%
B = 24.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#A4B56E (or 0xA4B56E) is known color: Olivine. HEX triplet: A4, B5 and 6E. RGB value is (164,181,110). Sum of RGB (Red+Green+Blue) = 164+181+110=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B56E is #5B4A91. Grayscale: #A8A8A8. Windows color (decimal): -5982866 or 7255460. OLE color: 7255460.

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

Color convert

RGB 164 181 110 -
CMYK 0.09 0 0.39 0.29
HSL 74.37º 0.32% 0.57% -
HSV(B) 74.37º 0.39% 0.71% -
XYZ 34.65 42.07 21.05 -
YUV 167.82 95.37 125.27 -
System Red Green Blue C M Y K H S L
Decimal 164 181 110 0.09 0 0.39 0.29 74.37 0.32 0.57
Hex A4 B5 6E 9 0 27 1D 4A 20 39
Octal 244 265 156 11 0 47 35 112 40 71
Binary 10100100 10110101 1101110 1001 0 100111 11101 1001010 100000 111001

Color Harmonies of #A4B56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B56E

Black with #A4B56E

Text Example


Text Example

White with #A4B56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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