Html Css Color HEX #ABCEAB Zanah

📋 copy color: '#ABCEAB'

red 171 ◦ green 206 ◦ blue 171

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

Shades of Zanah #ABCEAB

Tints of Zanah #ABCEAB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.59%

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

R = 31.2%
G = 37.59%
B = 31.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#ABCEAB (or 0xABCEAB) is known color: Zanah. HEX triplet: AB, CE and AB. RGB value is (171,206,171). Sum of RGB (Red+Green+Blue) = 171+206+171=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCEAB is #543154. Grayscale: #BFBFBF. Windows color (decimal): -5517653 or 11259563. OLE color: 11259563.

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

Color convert

RGB 171 206 171 -
CMYK 0.17 0 0.17 0.19
HSL 120º 0.26% 0.74% -
HSV(B) 120º 0.17% 0.81% -
XYZ 46.22 55.74 46.85 -
YUV 191.55 116.4 113.35 -
System Red Green Blue C M Y K H S L
Decimal 171 206 171 0.17 0 0.17 0.19 120 0.26 0.74
Hex AB CE AB 11 0 11 13 78 1A 4A
Octal 253 316 253 21 0 21 23 170 32 112
Binary 10101011 11001110 10101011 10001 0 10001 10011 1111000 11010 1001010

Color Harmonies of #ABCEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCEAB

Black with #ABCEAB

Text Example


Text Example

White with #ABCEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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