Html Css Color HEX #A2B56D Olivine

📋 copy color: '#A2B56D'

red 162 ◦ green 181 ◦ blue 109

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

Shades of Olivine #A2B56D

Tints of Olivine #A2B56D

RGB

 RED value IS 162 (63.67% from 255) = 35.84%

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

 BLUE value IS 109 (42.97% from 255) = 24.12%

R = 35.84%
G = 40.04%
B = 24.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#A2B56D (or 0xA2B56D) is known color: Olivine. HEX triplet: A2, B5 and 6D. RGB value is (162,181,109). Sum of RGB (Red+Green+Blue) = 162+181+109=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B56D is #5D4A92. Grayscale: #A7A7A7. Windows color (decimal): -6113939 or 7189922. OLE color: 7189922.

HSL color Cylindrical-coordinate representation of color #A2B56D: hue angle of 75.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2B56D is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 181 109 -
CMYK 0.10 0 0.40 0.29
HSL 75.83º 0.33% 0.57% -
HSV(B) 75.83º 0.4% 0.71% -
XYZ 34.18 41.83 20.74 -
YUV 167.11 95.21 124.35 -
System Red Green Blue C M Y K H S L
Decimal 162 181 109 0.10 0 0.40 0.29 75.83 0.33 0.57
Hex A2 B5 6D A 0 28 1D 4C 21 39
Octal 242 265 155 12 0 50 35 114 41 71
Binary 10100010 10110101 1101101 1010 0 101000 11101 1001100 100001 111001

Color Harmonies of #A2B56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B56D

Black with #A2B56D

Text Example


Text Example

White with #A2B56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B56D; }

 p { color: rgb(162,181,109); }

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

background-color css

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

 a { background-color: rgb(162,181,109); }

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

border-color css

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

 span { border-color: rgb(162,181,109); }

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