#ABCBB5

Color #ABCBB5 Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #ABCBB5

Tints of Gum Leaf #ABCBB5

Color information

#ABCBB5 (or 0xABCBB5) is unknown color: approx Gum Leaf. HEX triplet: AB, CB and B5. RGB value is (171,203,181). Sum of RGB (Red+Green+Blue) = 171+203+181=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBB5 is #54344A. Grayscale: #BEBEBE. Windows color (decimal): -5518411 or 11914155. OLE color: 11914155.

HSL color Cylindrical-coordinate representation of color #ABCBB5: hue angle of 138.75º 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 #ABCBB5 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB171203181-
CMYK0.1600.110.20
HSL138.75º23.53%73.33%-
HSV(B)138.75º15.76%79.61%-
XYZ46.4954.7151.83-
YUV190.92122.4113.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.81%
GREEN value IS 203 (79.69% from 255) = 36.58%
BLUE value IS 181 (71.09% from 255) = 32.61%
R=30.81%
G=36.58%
B=32.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712031810.1600.110.20138.7523.5373.33
HexABCBB5100B148b1849
Octal253313265200132421330111
Binary10101011110010111011010110000010111010010001011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBB5; }

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

 H1.HeaderClassName
 {
   color: #ABCBB5;
 }
 .AnyTagClassName
 {
   color: #ABCBB5;
 }
</style>
background-color css

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

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

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

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

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

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