Html Css Color HEX #ACCBAC Zanah

📋 copy color: '#ACCBAC'

red 172 ◦ green 203 ◦ blue 172

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

Shades of Zanah #ACCBAC

Tints of Zanah #ACCBAC

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

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

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

RGB 172 203 172 -
CMYK 0.15 0 0.15 0.20
HSL 120º 0.23% 0.74% -
HSV(B) 120º 0.15% 0.8% -
XYZ 45.82 54.46 47.13 -
YUV 190.2 117.73 115.02 -
System Red Green Blue C M Y K H S L
Decimal 172 203 172 0.15 0 0.15 0.20 120 0.23 0.74
Hex AC CB AC F 0 F 14 78 17 4A
Octal 254 313 254 17 0 17 24 170 27 112
Binary 10101100 11001011 10101100 1111 0 1111 10100 1111000 10111 1001010

Color Harmonies of #ACCBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBAC

Black with #ACCBAC

Text Example


Text Example

White with #ACCBAC

Text Example


Text Example

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