Html Css Color HEX #ACCDAB Zanah

📋 copy color: '#ACCDAB'

red 172 ◦ green 205 ◦ blue 171

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

Shades of Zanah #ACCDAB

Tints of Zanah #ACCDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.41%

 BLUE value IS 171 (67.19% from 255) = 31.2%

R = 31.39%
G = 37.41%
B = 31.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#ACCDAB (or 0xACCDAB) is known color: Zanah. HEX triplet: AC, CD and AB. RGB value is (172,205,171). Sum of RGB (Red+Green+Blue) = 172+205+171=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCDAB is #533254. Grayscale: #BFBFBF. Windows color (decimal): -5452373 or 11259308. OLE color: 11259308.

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

Color convert

RGB 172 205 171 -
CMYK 0.16 0 0.17 0.20
HSL 118.24º 0.25% 0.74% -
HSV(B) 118.24º 0.17% 0.8% -
XYZ 46.2 55.37 46.78 -
YUV 191.26 116.57 114.26 -
System Red Green Blue C M Y K H S L
Decimal 172 205 171 0.16 0 0.17 0.20 118.24 0.25 0.74
Hex AC CD AB 10 0 11 14 76 19 4A
Octal 254 315 253 20 0 21 24 166 31 112
Binary 10101100 11001101 10101011 10000 0 10001 10100 1110110 11001 1001010

Color Harmonies of #ACCDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDAB

Black with #ACCDAB

Text Example


Text Example

White with #ACCDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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