Html Css Color HEX #A1BCB9 Shadow Green

📋 copy color: '#A1BCB9'

red 161 ◦ green 188 ◦ blue 185

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

Shades of Shadow Green #A1BCB9

Tints of Shadow Green #A1BCB9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.21%

 BLUE value IS 185 (72.66% from 255) = 34.64%

R = 30.15%
G = 35.21%
B = 34.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#A1BCB9 (or 0xA1BCB9) is known color: Shadow Green. HEX triplet: A1, BC and B9. RGB value is (161,188,185). Sum of RGB (Red+Green+Blue) = 161+188+185=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCB9 is #5E4346. Grayscale: #B3B3B3. Windows color (decimal): -6177607 or 12172449. OLE color: 12172449.

HSL color Cylindrical-coordinate representation of color #A1BCB9: hue angle of 173.33º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1BCB9 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 188 185 -
CMYK 0.14 0 0.02 0.26
HSL 173.33º 0.17% 0.68% -
HSV(B) 173.33º 0.14% 0.74% -
XYZ 41.44 47.05 52.8 -
YUV 179.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 161 188 185 0.14 0 0.02 0.26 173.33 0.17 0.68
Hex A1 BC B9 E 0 2 1A AD 11 44
Octal 241 274 271 16 0 2 32 255 21 104
Binary 10100001 10111100 10111001 1110 0 10 11010 10101101 10001 1000100

Color Harmonies of #A1BCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BCB9

Black with #A1BCB9

Text Example


Text Example

White with #A1BCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BCB9; }

 p { color: rgb(161,188,185); }

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

background-color css

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

 a { background-color: rgb(161,188,185); }

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

border-color css

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

 span { border-color: rgb(161,188,185); }

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