Html Css Color HEX #A2B56E Olivine

📋 copy color: '#A2B56E'

red 162 ◦ green 181 ◦ blue 110

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

Shades of Olivine #A2B56E

Tints of Olivine #A2B56E

RGB

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

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

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

R = 35.76%
G = 39.96%
B = 24.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#A2B56E (or 0xA2B56E) is known color: Olivine. HEX triplet: A2, B5 and 6E. RGB value is (162,181,110). Sum of RGB (Red+Green+Blue) = 162+181+110=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B56E is #5D4A91. Grayscale: #A7A7A7. Windows color (decimal): -6113938 or 7255458. OLE color: 7255458.

HSL color Cylindrical-coordinate representation of color #A2B56E: hue angle of 76.06º 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 #A2B56E is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 181 110 -
CMYK 0.10 0 0.39 0.29
HSL 76.06º 0.32% 0.57% -
HSV(B) 76.06º 0.39% 0.71% -
XYZ 34.24 41.85 21.03 -
YUV 167.23 95.71 124.27 -
System Red Green Blue C M Y K H S L
Decimal 162 181 110 0.10 0 0.39 0.29 76.06 0.32 0.57
Hex A2 B5 6E A 0 27 1D 4C 20 39
Octal 242 265 156 12 0 47 35 114 40 71
Binary 10100010 10110101 1101110 1010 0 100111 11101 1001100 100000 111001

Color Harmonies of #A2B56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B56E

Black with #A2B56E

Text Example


Text Example

White with #A2B56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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