Html Css Color HEX #ACCBA5 Rainee

📋 copy color: '#ACCBA5'

red 172 ◦ green 203 ◦ blue 165

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

Shades of Rainee #ACCBA5

Tints of Rainee #ACCBA5

RGB

 RED value IS 172 (67.58% from 255) = 31.85%

 GREEN value IS 203 (79.69% from 255) = 37.59%

 BLUE value IS 165 (64.84% from 255) = 30.56%

R = 31.85%
G = 37.59%
B = 30.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#ACCBA5 (or 0xACCBA5) is known color: Rainee. HEX triplet: AC, CB and A5. RGB value is (172,203,165). Sum of RGB (Red+Green+Blue) = 172+203+165=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCBA5 is #53345A. Grayscale: #BDBDBD. Windows color (decimal): -5452891 or 10865580. OLE color: 10865580.

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

Color convert

RGB 172 203 165 -
CMYK 0.15 0 0.19 0.20
HSL 108.95º 0.27% 0.72% -
HSV(B) 108.95º 0.19% 0.8% -
XYZ 45.16 54.2 43.68 -
YUV 189.4 114.23 115.59 -
System Red Green Blue C M Y K H S L
Decimal 172 203 165 0.15 0 0.19 0.20 108.95 0.27 0.72
Hex AC CB A5 F 0 13 14 6D 1B 48
Octal 254 313 245 17 0 23 24 155 33 110
Binary 10101100 11001011 10100101 1111 0 10011 10100 1101101 11011 1001000

Color Harmonies of #ACCBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBA5

Black with #ACCBA5

Text Example


Text Example

White with #ACCBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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