Html Css Color HEX #ABBCAB Zanah

📋 copy color: '#ABBCAB'

red 171 ◦ green 188 ◦ blue 171

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

Shades of Zanah #ABBCAB

Tints of Zanah #ABBCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.47%

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

R = 32.26%
G = 35.47%
B = 32.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#ABBCAB (or 0xABBCAB) is known color: Zanah. HEX triplet: AB, BC and AB. RGB value is (171,188,171). Sum of RGB (Red+Green+Blue) = 171+188+171=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBCAB is #544354. Grayscale: #B5B5B5. Windows color (decimal): -5522261 or 11254955. OLE color: 11254955.

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

Color convert

RGB 171 188 171 -
CMYK 0.09 0 0.09 0.26
HSL 120º 0.11% 0.7% -
HSV(B) 120º 0.09% 0.74% -
XYZ 42.13 47.56 45.49 -
YUV 180.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 171 188 171 0.09 0 0.09 0.26 120 0.11 0.7
Hex AB BC AB 9 0 9 1A 78 B 46
Octal 253 274 253 11 0 11 32 170 13 106
Binary 10101011 10111100 10101011 1001 0 1001 11010 1111000 1011 1000110

Color Harmonies of #ABBCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBCAB

Black with #ABBCAB

Text Example


Text Example

White with #ABBCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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