Html Css Color HEX #A2B477 Olivine

📋 copy color: '#A2B477'

red 162 ◦ green 180 ◦ blue 119

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

Shades of Olivine #A2B477

Tints of Olivine #A2B477

RGB

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

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

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

R = 35.14%
G = 39.05%
B = 25.81%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#A2B477 (or 0xA2B477) is known color: Olivine. HEX triplet: A2, B4 and 77. RGB value is (162,180,119). Sum of RGB (Red+Green+Blue) = 162+180+119=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B477 is #5D4B88. Grayscale: #A7A7A7. Windows color (decimal): -6114185 or 7845026. OLE color: 7845026.

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

Color convert

RGB 162 180 119 -
CMYK 0.1 0 0.34 0.29
HSL 77.7º 0.29% 0.59% -
HSV(B) 77.7º 0.34% 0.71% -
XYZ 34.55 41.66 23.67 -
YUV 167.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 162 180 119 0.1 0 0.34 0.29 77.7 0.29 0.59
Hex A2 B4 77 A 0 22 1D 4E 1D 3B
Octal 242 264 167 12 0 42 35 116 35 73
Binary 10100010 10110100 1110111 1010 0 100010 11101 1001110 11101 111011

Color Harmonies of #A2B477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B477

Black with #A2B477

Text Example


Text Example

White with #A2B477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B477; }

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

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

background-color css

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

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

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

border-color css

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

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

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