Html Css Color HEX #A2BEB6 Shadow Green

📋 copy color: '#A2BEB6'

red 162 ◦ green 190 ◦ blue 182

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

Shades of Shadow Green #A2BEB6

Tints of Shadow Green #A2BEB6

RGB

 RED value IS 162 (63.67% from 255) = 30.34%

 GREEN value IS 190 (74.61% from 255) = 35.58%

 BLUE value IS 182 (71.48% from 255) = 34.08%

R = 30.34%
G = 35.58%
B = 34.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#A2BEB6 (or 0xA2BEB6) is known color: Shadow Green. HEX triplet: A2, BE and B6. RGB value is (162,190,182). Sum of RGB (Red+Green+Blue) = 162+190+182=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BEB6 is #5D4149. Grayscale: #B4B4B4. Windows color (decimal): -6111562 or 11976354. OLE color: 11976354.

HSL color Cylindrical-coordinate representation of color #A2BEB6: hue angle of 162.86º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2BEB6 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 190 182 -
CMYK 0.15 0 0.04 0.25
HSL 162.86º 0.18% 0.69% -
HSV(B) 162.86º 0.15% 0.75% -
XYZ 41.76 47.89 51.3 -
YUV 180.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 162 190 182 0.15 0 0.04 0.25 162.86 0.18 0.69
Hex A2 BE B6 F 0 4 19 A3 12 45
Octal 242 276 266 17 0 4 31 243 22 105
Binary 10100010 10111110 10110110 1111 0 100 11001 10100011 10010 1000101

Color Harmonies of #A2BEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BEB6

Black with #A2BEB6

Text Example


Text Example

White with #A2BEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BEB6; }

 p { color: rgb(162,190,182); }

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

background-color css

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

 a { background-color: rgb(162,190,182); }

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

border-color css

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

 span { border-color: rgb(162,190,182); }

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