Html Css Color HEX #A2B699 Spring Rain

📋 copy color: '#A2B699'

red 162 ◦ green 182 ◦ blue 153

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

Shades of Spring Rain #A2B699

Tints of Spring Rain #A2B699

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.62%

 BLUE value IS 153 (60.16% from 255) = 30.78%

R = 32.6%
G = 36.62%
B = 30.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#A2B699 (or 0xA2B699) is known color: Spring Rain. HEX triplet: A2, B6 and 99. RGB value is (162,182,153). Sum of RGB (Red+Green+Blue) = 162+182+153=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B699 is #5D4966. Grayscale: #ACACAC. Windows color (decimal): -6113639 or 10073762. OLE color: 10073762.

HSL color Cylindrical-coordinate representation of color #A2B699: hue angle of 101.38º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2B699 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 182 153 -
CMYK 0.11 0 0.16 0.29
HSL 101.38º 0.17% 0.66% -
HSV(B) 101.38º 0.16% 0.71% -
XYZ 37.38 43.44 36.55 -
YUV 172.71 116.87 120.36 -
System Red Green Blue C M Y K H S L
Decimal 162 182 153 0.11 0 0.16 0.29 101.38 0.17 0.66
Hex A2 B6 99 B 0 10 1D 65 11 42
Octal 242 266 231 13 0 20 35 145 21 102
Binary 10100010 10110110 10011001 1011 0 10000 11101 1100101 10001 1000010

Color Harmonies of #A2B699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B699

Black with #A2B699

Text Example


Text Example

White with #A2B699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B699; }

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

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

background-color css

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

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

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

border-color css

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

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

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