#ACCD9B

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

Shades of Spring Rain #ACCD9B

Tints of Spring Rain #ACCD9B

Color information

#ACCD9B (or 0xACCD9B) is unknown color: approx Spring Rain. HEX triplet: AC, CD and 9B. RGB value is (172,205,155). Sum of RGB (Red+Green+Blue) = 172+205+155=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCD9B is #533264. Grayscale: #BDBDBD. Windows color (decimal): -5452389 or 10210732. OLE color: 10210732.

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

Color convert

RGB172205155-
CMYK0.1600.240.20
HSL99.6º33.33%70.59%-
HSV(B)99.6º24.39%80.39%-
XYZ44.7654.839.23-
YUV189.43108.57115.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.33%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 155 (60.94% from 255) = 29.14%
R=32.33%
G=38.53%
B=29.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051550.1600.240.2099.633.3370.59
HexACCD9B1001814642147
Octal254315233200302414441107
Binary101011001100110110011011100000110001010011001001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD9B; }

 p { color: rgb(172,205,155); }

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

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

 a { background-color: rgb(172,205,155); }

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

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

 span { border-color: rgb(172,205,155); }

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