#ACCBAC

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

Shades of Zanah #ACCBAC

Tints of Zanah #ACCBAC

Color information

#ACCBAC (or 0xACCBAC) is unknown color: approx Zanah. HEX triplet: AC, CB and AC. RGB value is (172,203,172). Sum of RGB (Red+Green+Blue) = 172+203+172=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCBAC is #533453. Grayscale: #BEBEBE. Windows color (decimal): -5452884 or 11324332. OLE color: 11324332.

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

Color convert

RGB172203172-
CMYK0.1500.150.20
HSL120º22.96%73.53%-
HSV(B)120º15.27%79.61%-
XYZ45.8254.4647.13-
YUV190.2117.73115.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 203 (79.69% from 255) = 37.11%
BLUE value IS 172 (67.58% from 255) = 31.44%
R=31.44%
G=37.11%
B=31.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722031720.1500.150.2012022.9673.53
HexACCBACF0F1478174a
Octal254313254170172417027112
Binary101011001100101110101100111101111101001111000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBAC; }

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

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

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

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

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

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

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

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