Html Css Color HEX #A3BCB4 Shadow Green

📋 copy color: '#A3BCB4'

red 163 ◦ green 188 ◦ blue 180

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

Shades of Shadow Green #A3BCB4

Tints of Shadow Green #A3BCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.9%

R = 30.7%
G = 35.4%
B = 33.9%

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

#A3BCB4 (or 0xA3BCB4) is known color: Shadow Green. HEX triplet: A3, BC and B4. RGB value is (163,188,180). Sum of RGB (Red+Green+Blue) = 163+188+180=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BCB4 is #5C434B. Grayscale: #B3B3B3. Windows color (decimal): -6046540 or 11844771. OLE color: 11844771.

HSL color Cylindrical-coordinate representation of color #A3BCB4: hue angle of 160.8º 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 #A3BCB4 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 188 180 -
CMYK 0.13 0 0.04 0.26
HSL 160.8º 0.16% 0.69% -
HSV(B) 160.8º 0.13% 0.74% -
XYZ 41.33 47.05 50.08 -
YUV 179.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 163 188 180 0.13 0 0.04 0.26 160.8 0.16 0.69
Hex A3 BC B4 D 0 4 1A A1 10 45
Octal 243 274 264 15 0 4 32 241 20 105
Binary 10100011 10111100 10110100 1101 0 100 11010 10100001 10000 1000101

Color Harmonies of #A3BCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BCB4

Black with #A3BCB4

Text Example


Text Example

White with #A3BCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BCB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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