Html Css Color HEX #ABCBB1 Gum Leaf

📋 copy color: '#ABCBB1'

red 171 ◦ green 203 ◦ blue 177

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

Shades of Gum Leaf #ABCBB1

Tints of Gum Leaf #ABCBB1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.84%

 BLUE value IS 177 (69.53% from 255) = 32.12%

R = 31.03%
G = 36.84%
B = 32.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#ABCBB1 (or 0xABCBB1) is known color: Gum Leaf. HEX triplet: AB, CB and B1. RGB value is (171,203,177). Sum of RGB (Red+Green+Blue) = 171+203+177=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCBB1 is #54344E. Grayscale: #BEBEBE. Windows color (decimal): -5518415 or 11652011. OLE color: 11652011.

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

Color convert

RGB 171 203 177 -
CMYK 0.16 0 0.13 0.20
HSL 131.25º 0.24% 0.73% -
HSV(B) 131.25º 0.16% 0.8% -
XYZ 46.09 54.54 49.69 -
YUV 190.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 171 203 177 0.16 0 0.13 0.20 131.25 0.24 0.73
Hex AB CB B1 10 0 D 14 83 18 49
Octal 253 313 261 20 0 15 24 203 30 111
Binary 10101011 11001011 10110001 10000 0 1101 10100 10000011 11000 1001001

Color Harmonies of #ABCBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCBB1

Black with #ABCBB1

Text Example


Text Example

White with #ABCBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCBB1; }

 p { color: rgb(171,203,177); }

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

background-color css

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

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

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

border-color css

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

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

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