Html Css Color HEX #A0BCB5 Shadow Green

📋 copy color: '#A0BCB5'

red 160 ◦ green 188 ◦ blue 181

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

Shades of Shadow Green #A0BCB5

Tints of Shadow Green #A0BCB5

RGB

 RED value IS 160 (62.89% from 255) = 30.25%

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

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

R = 30.25%
G = 35.54%
B = 34.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#A0BCB5 (or 0xA0BCB5) is known color: Shadow Green. HEX triplet: A0, BC and B5. RGB value is (160,188,181). Sum of RGB (Red+Green+Blue) = 160+188+181=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCB5 is #5F434A. Grayscale: #B2B2B2. Windows color (decimal): -6243147 or 11910304. OLE color: 11910304.

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

Color convert

RGB 160 188 181 -
CMYK 0.15 0 0.04 0.26
HSL 165º 0.17% 0.68% -
HSV(B) 165º 0.15% 0.74% -
XYZ 40.82 46.78 50.59 -
YUV 178.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 160 188 181 0.15 0 0.04 0.26 165 0.17 0.68
Hex A0 BC B5 F 0 4 1A A5 11 44
Octal 240 274 265 17 0 4 32 245 21 104
Binary 10100000 10111100 10110101 1111 0 100 11010 10100101 10001 1000100

Color Harmonies of #A0BCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BCB5

Black with #A0BCB5

Text Example


Text Example

White with #A0BCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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