#A9CBB2

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

Shades of Gum Leaf #A9CBB2

Tints of Gum Leaf #A9CBB2

Color information

#A9CBB2 (or 0xA9CBB2) is unknown color: approx Gum Leaf. HEX triplet: A9, CB and B2. RGB value is (169,203,178). Sum of RGB (Red+Green+Blue) = 169+203+178=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CBB2 is #56344D. Grayscale: #BEBEBE. Windows color (decimal): -5649486 or 11717545. OLE color: 11717545.

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

Color convert

RGB169203178-
CMYK0.1700.120.20
HSL135.88º24.64%72.94%-
HSV(B)135.88º16.75%79.61%-
XYZ45.7554.3650.2-
YUV189.98121.24113.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.73%
GREEN value IS 203 (79.69% from 255) = 36.91%
BLUE value IS 178 (69.92% from 255) = 32.36%
R=30.73%
G=36.91%
B=32.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692031780.1700.120.20135.8824.6472.94
HexA9CBB2110C14881949
Octal251313262210142421031111
Binary10101001110010111011001010001011001010010001000110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CBB2; }

 p { color: rgb(169,203,178); }

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

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

 a { background-color: rgb(169,203,178); }

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

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

 span { border-color: rgb(169,203,178); }

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