Html Css Color HEX #A2BD98 Spring Rain

📋 copy color: '#A2BD98'

red 162 ◦ green 189 ◦ blue 152

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

Shades of Spring Rain #A2BD98

Tints of Spring Rain #A2BD98

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.57%

 BLUE value IS 152 (59.77% from 255) = 30.22%

R = 32.21%
G = 37.57%
B = 30.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#A2BD98 (or 0xA2BD98) is known color: Spring Rain. HEX triplet: A2, BD and 98. RGB value is (162,189,152). Sum of RGB (Red+Green+Blue) = 162+189+152=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BD98 is #5D4267. Grayscale: #B0B0B0. Windows color (decimal): -6111848 or 10010018. OLE color: 10010018.

HSL color Cylindrical-coordinate representation of color #A2BD98: hue angle of 103.78º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2BD98 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 189 152 -
CMYK 0.14 0 0.20 0.26
HSL 103.78º 0.22% 0.67% -
HSV(B) 103.78º 0.2% 0.74% -
XYZ 38.77 46.34 36.61 -
YUV 176.71 114.05 117.51 -
System Red Green Blue C M Y K H S L
Decimal 162 189 152 0.14 0 0.20 0.26 103.78 0.22 0.67
Hex A2 BD 98 E 0 14 1A 68 16 43
Octal 242 275 230 16 0 24 32 150 26 103
Binary 10100010 10111101 10011000 1110 0 10100 11010 1101000 10110 1000011

Color Harmonies of #A2BD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BD98

Black with #A2BD98

Text Example


Text Example

White with #A2BD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BD98; }

 p { color: rgb(162,189,152); }

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

background-color css

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

 a { background-color: rgb(162,189,152); }

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

border-color css

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

 span { border-color: rgb(162,189,152); }

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