Html Css Color HEX #A2B473 Olivine

📋 copy color: '#A2B473'

red 162 ◦ green 180 ◦ blue 115

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

Shades of Olivine #A2B473

Tints of Olivine #A2B473

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.39%

 BLUE value IS 115 (45.31% from 255) = 25.16%

R = 35.45%
G = 39.39%
B = 25.16%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#A2B473 (or 0xA2B473) is known color: Olivine. HEX triplet: A2, B4 and 73. RGB value is (162,180,115). Sum of RGB (Red+Green+Blue) = 162+180+115=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B473 is #5D4B8C. Grayscale: #A7A7A7. Windows color (decimal): -6114189 or 7582882. OLE color: 7582882.

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

Color convert

RGB 162 180 115 -
CMYK 0.1 0 0.36 0.29
HSL 76.62º 0.3% 0.58% -
HSV(B) 76.62º 0.36% 0.71% -
XYZ 34.32 41.56 22.43 -
YUV 167.21 98.54 124.29 -
System Red Green Blue C M Y K H S L
Decimal 162 180 115 0.1 0 0.36 0.29 76.62 0.3 0.58
Hex A2 B4 73 A 0 24 1D 4D 1E 3A
Octal 242 264 163 12 0 44 35 115 36 72
Binary 10100010 10110100 1110011 1010 0 100100 11101 1001101 11110 111010

Color Harmonies of #A2B473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B473

Black with #A2B473

Text Example


Text Example

White with #A2B473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B473; }

 p { color: rgb(162,180,115); }

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

background-color css

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

 a { background-color: rgb(162,180,115); }

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

border-color css

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

 span { border-color: rgb(162,180,115); }

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