Html Css Color HEX #A0BE9B Spring Rain

📋 copy color: '#A0BE9B'

red 160 ◦ green 190 ◦ blue 155

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

Shades of Spring Rain #A0BE9B

Tints of Spring Rain #A0BE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.69%

R = 31.68%
G = 37.62%
B = 30.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#A0BE9B (or 0xA0BE9B) is known color: Spring Rain. HEX triplet: A0, BE and 9B. RGB value is (160,190,155). Sum of RGB (Red+Green+Blue) = 160+190+155=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BE9B is #5F4164. Grayscale: #B1B1B1. Windows color (decimal): -6242661 or 10206880. OLE color: 10206880.

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

Color convert

RGB 160 190 155 -
CMYK 0.16 0 0.18 0.25
HSL 111.43º 0.21% 0.68% -
HSV(B) 111.43º 0.18% 0.75% -
XYZ 38.83 46.67 37.97 -
YUV 177.04 115.56 115.85 -
System Red Green Blue C M Y K H S L
Decimal 160 190 155 0.16 0 0.18 0.25 111.43 0.21 0.68
Hex A0 BE 9B 10 0 12 19 6F 15 44
Octal 240 276 233 20 0 22 31 157 25 104
Binary 10100000 10111110 10011011 10000 0 10010 11001 1101111 10101 1000100

Color Harmonies of #A0BE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE9B

Black with #A0BE9B

Text Example


Text Example

White with #A0BE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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