Html Css Color HEX #A2B377 Olivine

📋 copy color: '#A2B377'

red 162 ◦ green 179 ◦ blue 119

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

Shades of Olivine #A2B377

Tints of Olivine #A2B377

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.91%

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

R = 35.22%
G = 38.91%
B = 25.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#A2B377 (or 0xA2B377) is known color: Olivine. HEX triplet: A2, B3 and 77. RGB value is (162,179,119). Sum of RGB (Red+Green+Blue) = 162+179+119=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B377 is #5D4C88. Grayscale: #A7A7A7. Windows color (decimal): -6114441 or 7844770. OLE color: 7844770.

HSL color Cylindrical-coordinate representation of color #A2B377: hue angle of 77º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2B377 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 179 119 -
CMYK 0.09 0 0.34 0.30
HSL 77º 0.28% 0.58% -
HSV(B) 77º 0.34% 0.7% -
XYZ 34.35 41.25 23.61 -
YUV 167.08 100.87 124.38 -
System Red Green Blue C M Y K H S L
Decimal 162 179 119 0.09 0 0.34 0.30 77 0.28 0.58
Hex A2 B3 77 9 0 22 1E 4D 1C 3A
Octal 242 263 167 11 0 42 36 115 34 72
Binary 10100010 10110011 1110111 1001 0 100010 11110 1001101 11100 111010

Color Harmonies of #A2B377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B377

Black with #A2B377

Text Example


Text Example

White with #A2B377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B377; }

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

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

background-color css

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

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

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

border-color css

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

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

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