#A3CBB1

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

Shades of Gum Leaf #A3CBB1

Tints of Gum Leaf #A3CBB1

Color information

#A3CBB1 (or 0xA3CBB1) is unknown color: approx Gum Leaf. HEX triplet: A3, CB and B1. RGB value is (163,203,177). Sum of RGB (Red+Green+Blue) = 163+203+177=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CBB1 is #5C344E. Grayscale: #BCBCBC. Windows color (decimal): -6042703 or 11652003. OLE color: 11652003.

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

Color convert

RGB163203177-
CMYK0.2000.130.20
HSL141º27.78%71.76%-
HSV(B)141º19.7%79.61%-
XYZ44.453.6749.61-
YUV188.08121.75110.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.02%
GREEN value IS 203 (79.69% from 255) = 37.38%
BLUE value IS 177 (69.53% from 255) = 32.60%
R=30.02%
G=37.38%
B=32.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1632031770.2000.130.2014127.7871.76
HexA3CBB1140D148d1c48
Octal243313261240152421534110
Binary10100011110010111011000110100011011010010001101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CBB1; }

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

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

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

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

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

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

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

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