Html Css Color HEX #A0B298 Spring Rain

📋 copy color: '#A0B298'

red 160 ◦ green 178 ◦ blue 152

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

Shades of Spring Rain #A0B298

Tints of Spring Rain #A0B298

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.33%

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

R = 32.65%
G = 36.33%
B = 31.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#A0B298 (or 0xA0B298) is known color: Spring Rain. HEX triplet: A0, B2 and 98. RGB value is (160,178,152). Sum of RGB (Red+Green+Blue) = 160+178+152=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B298 is #5F4D67. Grayscale: #A9A9A9. Windows color (decimal): -6245736 or 10007200. OLE color: 10007200.

HSL color Cylindrical-coordinate representation of color #A0B298: hue angle of 101.54º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0B298 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 178 152 -
CMYK 0.10 0 0.15 0.30
HSL 101.54º 0.14% 0.65% -
HSV(B) 101.54º 0.15% 0.7% -
XYZ 36.09 41.58 35.83 -
YUV 169.65 118.04 121.11 -
System Red Green Blue C M Y K H S L
Decimal 160 178 152 0.10 0 0.15 0.30 101.54 0.14 0.65
Hex A0 B2 98 A 0 F 1E 66 E 41
Octal 240 262 230 12 0 17 36 146 16 101
Binary 10100000 10110010 10011000 1010 0 1111 11110 1100110 1110 1000001

Color Harmonies of #A0B298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B298

Black with #A0B298

Text Example


Text Example

White with #A0B298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B298; }

 p { color: rgb(160,178,152); }

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

background-color css

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

 a { background-color: rgb(160,178,152); }

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

border-color css

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

 span { border-color: rgb(160,178,152); }

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