Html Css Color HEX #A2B671 Olivine

📋 copy color: '#A2B671'

red 162 ◦ green 182 ◦ blue 113

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

Shades of Olivine #A2B671

Tints of Olivine #A2B671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.73%

R = 35.45%
G = 39.82%
B = 24.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#A2B671 (or 0xA2B671) is known color: Olivine. HEX triplet: A2, B6 and 71. RGB value is (162,182,113). Sum of RGB (Red+Green+Blue) = 162+182+113=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B671 is #5D498E. Grayscale: #A8A8A8. Windows color (decimal): -6113679 or 7452322. OLE color: 7452322.

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

Color convert

RGB 162 182 113 -
CMYK 0.11 0 0.38 0.29
HSL 77.39º 0.32% 0.58% -
HSV(B) 77.39º 0.38% 0.71% -
XYZ 34.61 42.33 21.97 -
YUV 168.15 96.87 123.61 -
System Red Green Blue C M Y K H S L
Decimal 162 182 113 0.11 0 0.38 0.29 77.39 0.32 0.58
Hex A2 B6 71 B 0 26 1D 4D 20 3A
Octal 242 266 161 13 0 46 35 115 40 72
Binary 10100010 10110110 1110001 1011 0 100110 11101 1001101 100000 111010

Color Harmonies of #A2B671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B671

Black with #A2B671

Text Example


Text Example

White with #A2B671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B671; }

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

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

background-color css

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

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

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

border-color css

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

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

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