Html Css Color HEX #A2B773 Olivine

📋 copy color: '#A2B773'

red 162 ◦ green 183 ◦ blue 115

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

Shades of Olivine #A2B773

Tints of Olivine #A2B773

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.78%

 BLUE value IS 115 (45.31% from 255) = 25%

R = 35.22%
G = 39.78%
B = 25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#A2B773 (or 0xA2B773) is known color: Olivine. HEX triplet: A2, B7 and 73. RGB value is (162,183,115). Sum of RGB (Red+Green+Blue) = 162+183+115=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B773 is #5D488C. Grayscale: #A9A9A9. Windows color (decimal): -6113421 or 7583650. OLE color: 7583650.

HSL color Cylindrical-coordinate representation of color #A2B773: hue angle of 78.53º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2B773 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 183 115 -
CMYK 0.11 0 0.37 0.28
HSL 78.53º 0.32% 0.58% -
HSV(B) 78.53º 0.37% 0.72% -
XYZ 34.93 42.79 22.64 -
YUV 168.97 97.54 123.03 -
System Red Green Blue C M Y K H S L
Decimal 162 183 115 0.11 0 0.37 0.28 78.53 0.32 0.58
Hex A2 B7 73 B 0 25 1C 4F 20 3A
Octal 242 267 163 13 0 45 34 117 40 72
Binary 10100010 10110111 1110011 1011 0 100101 11100 1001111 100000 111010

Color Harmonies of #A2B773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B773

Black with #A2B773

Text Example


Text Example

White with #A2B773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B773; }

 p { color: rgb(162,183,115); }

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

background-color css

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

 a { background-color: rgb(162,183,115); }

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

border-color css

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

 span { border-color: rgb(162,183,115); }

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