Html Css Color HEX #A2B17D Olivine

📋 copy color: '#A2B17D'

red 162 ◦ green 177 ◦ blue 125

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

Shades of Olivine #A2B17D

Tints of Olivine #A2B17D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.15%

 BLUE value IS 125 (49.22% from 255) = 26.94%

R = 34.91%
G = 38.15%
B = 26.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#A2B17D (or 0xA2B17D) is known color: Olivine. HEX triplet: A2, B1 and 7D. RGB value is (162,177,125). Sum of RGB (Red+Green+Blue) = 162+177+125=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B17D is #5D4E82. Grayscale: #A6A6A6. Windows color (decimal): -6114947 or 8237474. OLE color: 8237474.

HSL color Cylindrical-coordinate representation of color #A2B17D: hue angle of 77.31º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2B17D is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 177 125 -
CMYK 0.08 0 0.29 0.31
HSL 77.31º 0.25% 0.59% -
HSV(B) 77.31º 0.29% 0.69% -
XYZ 34.32 40.61 25.43 -
YUV 166.59 104.53 124.73 -
System Red Green Blue C M Y K H S L
Decimal 162 177 125 0.08 0 0.29 0.31 77.31 0.25 0.59
Hex A2 B1 7D 8 0 1D 1F 4D 19 3B
Octal 242 261 175 10 0 35 37 115 31 73
Binary 10100010 10110001 1111101 1000 0 11101 11111 1001101 11001 111011

Color Harmonies of #A2B17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B17D

Black with #A2B17D

Text Example


Text Example

White with #A2B17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B17D; }

 p { color: rgb(162,177,125); }

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

background-color css

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

 a { background-color: rgb(162,177,125); }

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

border-color css

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

 span { border-color: rgb(162,177,125); }

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