Html Css Color HEX #A2B574 Olivine

📋 copy color: '#A2B574'

red 162 ◦ green 181 ◦ blue 116

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

Shades of Olivine #A2B574

Tints of Olivine #A2B574

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.43%

 BLUE value IS 116 (45.7% from 255) = 25.27%

R = 35.29%
G = 39.43%
B = 25.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#A2B574 (or 0xA2B574) is known color: Olivine. HEX triplet: A2, B5 and 74. RGB value is (162,181,116). Sum of RGB (Red+Green+Blue) = 162+181+116=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B574 is #5D4A8B. Grayscale: #A8A8A8. Windows color (decimal): -6113932 or 7648674. OLE color: 7648674.

HSL color Cylindrical-coordinate representation of color #A2B574: hue angle of 77.54º degrees, saturation: 0.31, 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 #A2B574 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 181 116 -
CMYK 0.10 0 0.36 0.29
HSL 77.54º 0.31% 0.58% -
HSV(B) 77.54º 0.36% 0.71% -
XYZ 34.58 41.99 22.81 -
YUV 167.91 98.71 123.79 -
System Red Green Blue C M Y K H S L
Decimal 162 181 116 0.10 0 0.36 0.29 77.54 0.31 0.58
Hex A2 B5 74 A 0 24 1D 4E 1F 3A
Octal 242 265 164 12 0 44 35 116 37 72
Binary 10100010 10110101 1110100 1010 0 100100 11101 1001110 11111 111010

Color Harmonies of #A2B574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B574

Black with #A2B574

Text Example


Text Example

White with #A2B574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B574; }

 p { color: rgb(162,181,116); }

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

background-color css

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

 a { background-color: rgb(162,181,116); }

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

border-color css

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

 span { border-color: rgb(162,181,116); }

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