Html Css Color HEX #A1B473 Olivine

📋 copy color: '#A1B473'

red 161 ◦ green 180 ◦ blue 115

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

Shades of Olivine #A1B473

Tints of Olivine #A1B473

RGB

 RED value IS 161 (63.28% from 255) = 35.31%

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

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

R = 35.31%
G = 39.47%
B = 25.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#A1B473 (or 0xA1B473) is known color: Olivine. HEX triplet: A1, B4 and 73. RGB value is (161,180,115). Sum of RGB (Red+Green+Blue) = 161+180+115=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B473 is #5E4B8C. Grayscale: #A7A7A7. Windows color (decimal): -6179725 or 7582881. OLE color: 7582881.

HSL color Cylindrical-coordinate representation of color #A1B473: hue angle of 77.54º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1B473 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 180 115 -
CMYK 0.11 0 0.36 0.29
HSL 77.54º 0.3% 0.58% -
HSV(B) 77.54º 0.36% 0.71% -
XYZ 34.11 41.46 22.42 -
YUV 166.91 98.71 123.79 -
System Red Green Blue C M Y K H S L
Decimal 161 180 115 0.11 0 0.36 0.29 77.54 0.3 0.58
Hex A1 B4 73 B 0 24 1D 4E 1E 3A
Octal 241 264 163 13 0 44 35 116 36 72
Binary 10100001 10110100 1110011 1011 0 100100 11101 1001110 11110 111010

Color Harmonies of #A1B473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B473

Black with #A1B473

Text Example


Text Example

White with #A1B473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B473; }

 p { color: rgb(161,180,115); }

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

background-color css

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

 a { background-color: rgb(161,180,115); }

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

border-color css

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

 span { border-color: rgb(161,180,115); }

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