Html Css Color HEX #A2B271 Olivine

📋 copy color: '#A2B271'

red 162 ◦ green 178 ◦ blue 113

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

Shades of Olivine #A2B271

Tints of Olivine #A2B271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.29%

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

R = 35.76%
G = 39.29%
B = 24.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#A2B271 (or 0xA2B271) is known color: Olivine. HEX triplet: A2, B2 and 71. RGB value is (162,178,113). Sum of RGB (Red+Green+Blue) = 162+178+113=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B271 is #5D4D8E. Grayscale: #A6A6A6. Windows color (decimal): -6114703 or 7451298. OLE color: 7451298.

HSL color Cylindrical-coordinate representation of color #A2B271: hue angle of 74.77º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2B271 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 178 113 -
CMYK 0.09 0 0.37 0.30
HSL 74.77º 0.3% 0.57% -
HSV(B) 74.77º 0.37% 0.7% -
XYZ 33.8 40.71 21.7 -
YUV 165.81 98.2 125.29 -
System Red Green Blue C M Y K H S L
Decimal 162 178 113 0.09 0 0.37 0.30 74.77 0.3 0.57
Hex A2 B2 71 9 0 25 1E 4B 1E 39
Octal 242 262 161 11 0 45 36 113 36 71
Binary 10100010 10110010 1110001 1001 0 100101 11110 1001011 11110 111001

Color Harmonies of #A2B271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B271

Black with #A2B271

Text Example


Text Example

White with #A2B271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B271; }

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

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

background-color css

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

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

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

border-color css

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

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

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