Html Css Color HEX #A2B575 Olivine

📋 copy color: '#A2B575'

red 162 ◦ green 181 ◦ blue 117

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

Shades of Olivine #A2B575

Tints of Olivine #A2B575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.43%

R = 35.22%
G = 39.35%
B = 25.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#A2B575 (or 0xA2B575) is known color: Olivine. HEX triplet: A2, B5 and 75. RGB value is (162,181,117). Sum of RGB (Red+Green+Blue) = 162+181+117=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B575 is #5D4A8A. Grayscale: #A8A8A8. Windows color (decimal): -6113931 or 7714210. OLE color: 7714210.

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

Color convert

RGB 162 181 117 -
CMYK 0.10 0 0.35 0.29
HSL 77.81º 0.3% 0.58% -
HSV(B) 77.81º 0.35% 0.71% -
XYZ 34.64 42.01 23.11 -
YUV 168.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 162 181 117 0.10 0 0.35 0.29 77.81 0.3 0.58
Hex A2 B5 75 A 0 23 1D 4E 1E 3A
Octal 242 265 165 12 0 43 35 116 36 72
Binary 10100010 10110101 1110101 1010 0 100011 11101 1001110 11110 111010

Color Harmonies of #A2B575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B575

Black with #A2B575

Text Example


Text Example

White with #A2B575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B575; }

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

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

background-color css

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

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

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

border-color css

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

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

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