#ABC3B4

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

Shades of Gum Leaf #ABC3B4

Tints of Gum Leaf #ABC3B4

Color information

#ABC3B4 (or 0xABC3B4) is unknown color: approx Gum Leaf. HEX triplet: AB, C3 and B4. RGB value is (171,195,180). Sum of RGB (Red+Green+Blue) = 171+195+180=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC3B4 is #543C4B. Grayscale: #BABABA. Windows color (decimal): -5520460 or 11846571. OLE color: 11846571.

HSL color Cylindrical-coordinate representation of color #ABC3B4: hue angle of 142.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC3B4 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB171195180-
CMYK0.1200.080.24
HSL142.5º16.67%71.76%-
HSV(B)142.5º12.31%76.47%-
XYZ44.5550.9850.67-
YUV186.11124.55117.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 195 (76.56% from 255) = 35.71%
BLUE value IS 180 (70.70% from 255) = 32.97%
R=31.32%
G=35.71%
B=32.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711951800.1200.080.24142.516.6771.76
HexABC3B4C08188e1148
Octal253303264140103021621110
Binary1010101111000011101101001100010001100010001110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC3B4; }

 p { color: rgb(171,195,180); }

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

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

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

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

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

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

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