Html Css Color HEX #A2B66D Olivine

📋 copy color: '#A2B66D'

red 162 ◦ green 182 ◦ blue 109

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

Shades of Olivine #A2B66D

Tints of Olivine #A2B66D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.18%

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

R = 35.76%
G = 40.18%
B = 24.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#A2B66D (or 0xA2B66D) is known color: Olivine. HEX triplet: A2, B6 and 6D. RGB value is (162,182,109). Sum of RGB (Red+Green+Blue) = 162+182+109=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B66D is #5D4992. Grayscale: #A7A7A7. Windows color (decimal): -6113683 or 7190178. OLE color: 7190178.

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

Color convert

RGB 162 182 109 -
CMYK 0.11 0 0.40 0.29
HSL 76.44º 0.33% 0.57% -
HSV(B) 76.44º 0.4% 0.71% -
XYZ 34.39 42.24 20.81 -
YUV 167.7 94.87 123.94 -
System Red Green Blue C M Y K H S L
Decimal 162 182 109 0.11 0 0.40 0.29 76.44 0.33 0.57
Hex A2 B6 6D B 0 28 1D 4C 21 39
Octal 242 266 155 13 0 50 35 114 41 71
Binary 10100010 10110110 1101101 1011 0 101000 11101 1001100 100001 111001

Color Harmonies of #A2B66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B66D

Black with #A2B66D

Text Example


Text Example

White with #A2B66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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