#ACCBA0

Color #ACCBA0 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #ACCBA0

Tints of Spring Rain #ACCBA0

Color information

#ACCBA0 (or 0xACCBA0) is unknown color: approx Spring Rain. HEX triplet: AC, CB and A0. RGB value is (172,203,160). Sum of RGB (Red+Green+Blue) = 172+203+160=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCBA0 is #53345F. Grayscale: #BCBCBC. Windows color (decimal): -5452896 or 10537900. OLE color: 10537900.

HSL color Cylindrical-coordinate representation of color #ACCBA0: hue angle of 103.26º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACCBA0 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB172203160-
CMYK0.1500.210.20
HSL103.26º29.25%71.18%-
HSV(B)103.26º21.18%79.61%-
XYZ44.7154.0241.33-
YUV188.83111.73116-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 203 (79.69% from 255) = 37.94%
BLUE value IS 160 (62.89% from 255) = 29.91%
R=32.15%
G=37.94%
B=29.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722031600.1500.210.20103.2629.2571.18
HexACCBA0F01514671d47
Octal254313240170252414735107
Binary1010110011001011101000001111010101101001100111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBA0; }

 p { color: rgb(172,203,160); }

 H1.HeaderClassName
 {
   color: #ACCBA0;
 }
 .AnyTagClassName
 {
   color: #ACCBA0;
 }
</style>
background-color css

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

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

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

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

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

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