Html Css Color HEX #A2BC9F Spring Rain

📋 copy color: '#A2BC9F'

red 162 ◦ green 188 ◦ blue 159

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

Shades of Spring Rain #A2BC9F

Tints of Spring Rain #A2BC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.24%

R = 31.83%
G = 36.94%
B = 31.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#A2BC9F (or 0xA2BC9F) is known color: Spring Rain. HEX triplet: A2, BC and 9F. RGB value is (162,188,159). Sum of RGB (Red+Green+Blue) = 162+188+159=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BC9F is #5D4360. Grayscale: #B1B1B1. Windows color (decimal): -6112097 or 10468514. OLE color: 10468514.

HSL color Cylindrical-coordinate representation of color #A2BC9F: hue angle of 113.79º degrees, saturation: 0.18, 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 #A2BC9F is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 188 159 -
CMYK 0.14 0 0.15 0.26
HSL 113.79º 0.18% 0.68% -
HSV(B) 113.79º 0.15% 0.74% -
XYZ 39.14 46.15 39.65 -
YUV 176.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 162 188 159 0.14 0 0.15 0.26 113.79 0.18 0.68
Hex A2 BC 9F E 0 F 1A 72 12 44
Octal 242 274 237 16 0 17 32 162 22 104
Binary 10100010 10111100 10011111 1110 0 1111 11010 1110010 10010 1000100

Color Harmonies of #A2BC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BC9F

Black with #A2BC9F

Text Example


Text Example

White with #A2BC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BC9F; }

 p { color: rgb(162,188,159); }

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

background-color css

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

 a { background-color: rgb(162,188,159); }

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

border-color css

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

 span { border-color: rgb(162,188,159); }

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