Html Css Color HEX #ABCCAB Zanah

📋 copy color: '#ABCCAB'

red 171 ◦ green 204 ◦ blue 171

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

Shades of Zanah #ABCCAB

Tints of Zanah #ABCCAB

RGB

 RED value IS 171 (67.19% from 255) = 31.32%

 GREEN value IS 204 (80.08% from 255) = 37.36%

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

R = 31.32%
G = 37.36%
B = 31.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#ABCCAB (or 0xABCCAB) is known color: Zanah. HEX triplet: AB, CC and AB. RGB value is (171,204,171). Sum of RGB (Red+Green+Blue) = 171+204+171=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCCAB is #543354. Grayscale: #BEBEBE. Windows color (decimal): -5518165 or 11259051. OLE color: 11259051.

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

Color convert

RGB 171 204 171 -
CMYK 0.16 0 0.16 0.2
HSL 120º 0.24% 0.74% -
HSV(B) 120º 0.16% 0.8% -
XYZ 45.74 54.78 46.69 -
YUV 190.37 117.07 114.18 -
System Red Green Blue C M Y K H S L
Decimal 171 204 171 0.16 0 0.16 0.2 120 0.24 0.74
Hex AB CC AB 10 0 10 14 78 18 4A
Octal 253 314 253 20 0 20 24 170 30 112
Binary 10101011 11001100 10101011 10000 0 10000 10100 1111000 11000 1001010

Color Harmonies of #ABCCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCAB

Black with #ABCCAB

Text Example


Text Example

White with #ABCCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCAB; }

 p { color: rgb(171,204,171); }

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

background-color css

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

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

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

border-color css

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

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

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