Html Css Color HEX #A2B86D Olivine

📋 copy color: '#A2B86D'

red 162 ◦ green 184 ◦ blue 109

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

Shades of Olivine #A2B86D

Tints of Olivine #A2B86D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.44%

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

R = 35.6%
G = 40.44%
B = 23.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#A2B86D (or 0xA2B86D) is known color: Olivine. HEX triplet: A2, B8 and 6D. RGB value is (162,184,109). Sum of RGB (Red+Green+Blue) = 162+184+109=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B86D is #5D4792. Grayscale: #A9A9A9. Windows color (decimal): -6113171 or 7190690. OLE color: 7190690.

HSL color Cylindrical-coordinate representation of color #A2B86D: hue angle of 77.6º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2B86D is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 184 109 -
CMYK 0.12 0 0.41 0.28
HSL 77.6º 0.35% 0.57% -
HSV(B) 77.6º 0.41% 0.72% -
XYZ 34.8 43.07 20.95 -
YUV 168.87 94.21 123.1 -
System Red Green Blue C M Y K H S L
Decimal 162 184 109 0.12 0 0.41 0.28 77.6 0.35 0.57
Hex A2 B8 6D C 0 29 1C 4E 23 39
Octal 242 270 155 14 0 51 34 116 43 71
Binary 10100010 10111000 1101101 1100 0 101001 11100 1001110 100011 111001

Color Harmonies of #A2B86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B86D

Black with #A2B86D

Text Example


Text Example

White with #A2B86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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