Html Css Color HEX #A0BCA0 Spring Rain

📋 copy color: '#A0BCA0'

red 160 ◦ green 188 ◦ blue 160

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

Shades of Spring Rain #A0BCA0

Tints of Spring Rain #A0BCA0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.01%

 BLUE value IS 160 (62.89% from 255) = 31.5%

R = 31.5%
G = 37.01%
B = 31.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#A0BCA0 (or 0xA0BCA0) is known color: Spring Rain. HEX triplet: A0, BC and A0. RGB value is (160,188,160). Sum of RGB (Red+Green+Blue) = 160+188+160=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BCA0 is #5F435F. Grayscale: #B0B0B0. Windows color (decimal): -6243168 or 10534048. OLE color: 10534048.

HSL color Cylindrical-coordinate representation of color #A0BCA0: hue angle of 120º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0BCA0 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 188 160 -
CMYK 0.15 0 0.15 0.26
HSL 120º 0.17% 0.68% -
HSV(B) 120º 0.15% 0.74% -
XYZ 38.83 45.98 40.09 -
YUV 176.44 118.72 116.28 -
System Red Green Blue C M Y K H S L
Decimal 160 188 160 0.15 0 0.15 0.26 120 0.17 0.68
Hex A0 BC A0 F 0 F 1A 78 11 44
Octal 240 274 240 17 0 17 32 170 21 104
Binary 10100000 10111100 10100000 1111 0 1111 11010 1111000 10001 1000100

Color Harmonies of #A0BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BCA0

Black with #A0BCA0

Text Example


Text Example

White with #A0BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BCA0; }

 p { color: rgb(160,188,160); }

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

background-color css

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

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

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

border-color css

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

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

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