Html Css Color HEX #A1B577 Olivine

📋 copy color: '#A1B577'

red 161 ◦ green 181 ◦ blue 119

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

Shades of Olivine #A1B577

Tints of Olivine #A1B577

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.26%

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

R = 34.92%
G = 39.26%
B = 25.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#A1B577 (or 0xA1B577) is known color: Olivine. HEX triplet: A1, B5 and 77. RGB value is (161,181,119). Sum of RGB (Red+Green+Blue) = 161+181+119=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B577 is #5E4A88. Grayscale: #A8A8A8. Windows color (decimal): -6179465 or 7845281. OLE color: 7845281.

HSL color Cylindrical-coordinate representation of color #A1B577: hue angle of 79.35º degrees, saturation: 0.3, 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 #A1B577 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 181 119 -
CMYK 0.11 0 0.34 0.29
HSL 79.35º 0.3% 0.59% -
HSV(B) 79.35º 0.34% 0.71% -
XYZ 34.55 41.96 23.73 -
YUV 167.95 100.37 123.04 -
System Red Green Blue C M Y K H S L
Decimal 161 181 119 0.11 0 0.34 0.29 79.35 0.3 0.59
Hex A1 B5 77 B 0 22 1D 4F 1E 3B
Octal 241 265 167 13 0 42 35 117 36 73
Binary 10100001 10110101 1110111 1011 0 100010 11101 1001111 11110 111011

Color Harmonies of #A1B577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B577

Black with #A1B577

Text Example


Text Example

White with #A1B577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B577; }

 p { color: rgb(161,181,119); }

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

background-color css

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

 a { background-color: rgb(161,181,119); }

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

border-color css

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

 span { border-color: rgb(161,181,119); }

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