#A8CBAC

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

Shades of Gum Leaf #A8CBAC

Tints of Gum Leaf #A8CBAC

Color information

#A8CBAC (or 0xA8CBAC) is unknown color: approx Gum Leaf. HEX triplet: A8, CB and AC. RGB value is (168,203,172). Sum of RGB (Red+Green+Blue) = 168+203+172=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CBAC is #573453. Grayscale: #BDBDBD. Windows color (decimal): -5715028 or 11324328. OLE color: 11324328.

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

Color convert

RGB168203172-
CMYK0.1700.150.20
HSL126.86º25.18%72.75%-
HSV(B)126.86º17.24%79.61%-
XYZ44.9554.0247.09-
YUV189118.4113.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.94%
GREEN value IS 203 (79.69% from 255) = 37.38%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=30.94%
G=37.38%
B=31.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1682031720.1700.150.20126.8625.1872.75
HexA8CBAC110F147f1949
Octal250313254210172417731111
Binary1010100011001011101011001000101111101001111111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CBAC; }

 p { color: rgb(168,203,172); }

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

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

 a { background-color: rgb(168,203,172); }

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

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

 span { border-color: rgb(168,203,172); }

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