Html Css Color HEX #ACCBA0 Spring Rain

📋 copy color: '#ACCBA0'

red 172 ◦ green 203 ◦ blue 160

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

Shades of Spring Rain #ACCBA0

Tints of Spring Rain #ACCBA0

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 value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#ACCBA0 (or 0xACCBA0) is known color: 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

RGB 172 203 160 -
CMYK 0.15 0 0.21 0.20
HSL 103.26º 0.29% 0.71% -
HSV(B) 103.26º 0.21% 0.8% -
XYZ 44.71 54.02 41.33 -
YUV 188.83 111.73 116 -
System Red Green Blue C M Y K H S L
Decimal 172 203 160 0.15 0 0.21 0.20 103.26 0.29 0.71
Hex AC CB A0 F 0 15 14 67 1D 47
Octal 254 313 240 17 0 25 24 147 35 107
Binary 10101100 11001011 10100000 1111 0 10101 10100 1100111 11101 1000111

Color Harmonies of #ACCBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBA0

Black with #ACCBA0

Text Example


Text Example

White with #ACCBA0

Text Example


Text Example

HTML Codes & Css Web 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>