Html Css Color HEX #A2B472 Olivine

📋 copy color: '#A2B472'

red 162 ◦ green 180 ◦ blue 114

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

Shades of Olivine #A2B472

Tints of Olivine #A2B472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25%

R = 35.53%
G = 39.47%
B = 25%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#A2B472 (or 0xA2B472) is known color: Olivine. HEX triplet: A2, B4 and 72. RGB value is (162,180,114). Sum of RGB (Red+Green+Blue) = 162+180+114=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B472 is #5D4B8D. Grayscale: #A7A7A7. Windows color (decimal): -6114190 or 7517346. OLE color: 7517346.

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

Color convert

RGB 162 180 114 -
CMYK 0.1 0 0.37 0.29
HSL 76.36º 0.31% 0.58% -
HSV(B) 76.36º 0.37% 0.71% -
XYZ 34.26 41.54 22.13 -
YUV 167.09 98.04 124.37 -
System Red Green Blue C M Y K H S L
Decimal 162 180 114 0.1 0 0.37 0.29 76.36 0.31 0.58
Hex A2 B4 72 A 0 25 1D 4C 1F 3A
Octal 242 264 162 12 0 45 35 114 37 72
Binary 10100010 10110100 1110010 1010 0 100101 11101 1001100 11111 111010

Color Harmonies of #A2B472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B472

Black with #A2B472

Text Example


Text Example

White with #A2B472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B472; }

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

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

background-color css

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

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

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

border-color css

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

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

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