Html Css Color HEX #A0BE95 Spring Rain

📋 copy color: '#A0BE95'

red 160 ◦ green 190 ◦ blue 149

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

Shades of Spring Rain #A0BE95

Tints of Spring Rain #A0BE95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.86%

R = 32.06%
G = 38.08%
B = 29.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#A0BE95 (or 0xA0BE95) is known color: Spring Rain. HEX triplet: A0, BE and 95. RGB value is (160,190,149). Sum of RGB (Red+Green+Blue) = 160+190+149=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BE95 is #5F416A. Grayscale: #B0B0B0. Windows color (decimal): -6242667 or 9813664. OLE color: 9813664.

HSL color Cylindrical-coordinate representation of color #A0BE95: hue angle of 103.9º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0BE95 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 149 -
CMYK 0.16 0 0.22 0.25
HSL 103.9º 0.24% 0.66% -
HSV(B) 103.9º 0.22% 0.75% -
XYZ 38.34 46.47 35.38 -
YUV 176.36 112.56 116.33 -
System Red Green Blue C M Y K H S L
Decimal 160 190 149 0.16 0 0.22 0.25 103.9 0.24 0.66
Hex A0 BE 95 10 0 16 19 68 18 42
Octal 240 276 225 20 0 26 31 150 30 102
Binary 10100000 10111110 10010101 10000 0 10110 11001 1101000 11000 1000010

Color Harmonies of #A0BE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE95

Black with #A0BE95

Text Example


Text Example

White with #A0BE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE95; }

 p { color: rgb(160,190,149); }

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

background-color css

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

 a { background-color: rgb(160,190,149); }

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

border-color css

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

 span { border-color: rgb(160,190,149); }

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