Html Css Color HEX #A3BCB5 Shadow Green

📋 copy color: '#A3BCB5'

red 163 ◦ green 188 ◦ blue 181

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

Shades of Shadow Green #A3BCB5

Tints of Shadow Green #A3BCB5

RGB

 RED value IS 163 (64.06% from 255) = 30.64%

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

 BLUE value IS 181 (71.09% from 255) = 34.02%

R = 30.64%
G = 35.34%
B = 34.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#A3BCB5 (or 0xA3BCB5) is known color: Shadow Green. HEX triplet: A3, BC and B5. RGB value is (163,188,181). Sum of RGB (Red+Green+Blue) = 163+188+181=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BCB5 is #5C434A. Grayscale: #B3B3B3. Windows color (decimal): -6046539 or 11910307. OLE color: 11910307.

HSL color Cylindrical-coordinate representation of color #A3BCB5: hue angle of 163.2º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3BCB5 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 188 181 -
CMYK 0.13 0 0.04 0.26
HSL 163.2º 0.16% 0.69% -
HSV(B) 163.2º 0.13% 0.74% -
XYZ 41.43 47.09 50.62 -
YUV 179.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 163 188 181 0.13 0 0.04 0.26 163.2 0.16 0.69
Hex A3 BC B5 D 0 4 1A A3 10 45
Octal 243 274 265 15 0 4 32 243 20 105
Binary 10100011 10111100 10110101 1101 0 100 11010 10100011 10000 1000101

Color Harmonies of #A3BCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BCB5

Black with #A3BCB5

Text Example


Text Example

White with #A3BCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BCB5; }

 p { color: rgb(163,188,181); }

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

background-color css

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

 a { background-color: rgb(163,188,181); }

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

border-color css

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

 span { border-color: rgb(163,188,181); }

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