Html Css Color HEX #A2B877 Olivine

📋 copy color: '#A2B877'

red 162 ◦ green 184 ◦ blue 119

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

Shades of Olivine #A2B877

Tints of Olivine #A2B877

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.57%

 BLUE value IS 119 (46.88% from 255) = 25.59%

R = 34.84%
G = 39.57%
B = 25.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#A2B877 (or 0xA2B877) is known color: Olivine. HEX triplet: A2, B8 and 77. RGB value is (162,184,119). Sum of RGB (Red+Green+Blue) = 162+184+119=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B877 is #5D4788. Grayscale: #AAAAAA. Windows color (decimal): -6113161 or 7846050. OLE color: 7846050.

HSL color Cylindrical-coordinate representation of color #A2B877: hue angle of 80.31º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2B877 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 184 119 -
CMYK 0.12 0 0.35 0.28
HSL 80.31º 0.31% 0.59% -
HSV(B) 80.31º 0.35% 0.72% -
XYZ 35.37 43.29 23.95 -
YUV 170.01 99.21 122.29 -
System Red Green Blue C M Y K H S L
Decimal 162 184 119 0.12 0 0.35 0.28 80.31 0.31 0.59
Hex A2 B8 77 C 0 23 1C 50 1F 3B
Octal 242 270 167 14 0 43 34 120 37 73
Binary 10100010 10111000 1110111 1100 0 100011 11100 1010000 11111 111011

Color Harmonies of #A2B877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B877

Black with #A2B877

Text Example


Text Example

White with #A2B877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B877; }

 p { color: rgb(162,184,119); }

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

background-color css

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

 a { background-color: rgb(162,184,119); }

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

border-color css

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

 span { border-color: rgb(162,184,119); }

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