Html Css Color HEX #A3BCA5 Gum Leaf

📋 copy color: '#A3BCA5'

red 163 ◦ green 188 ◦ blue 165

#A3BCA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gum Leaf #A3BCA5

Tints of Gum Leaf #A3BCA5

RGB

 RED value IS 163 (64.06% from 255) = 31.59%

 GREEN value IS 188 (73.83% from 255) = 36.43%

 BLUE value IS 165 (64.84% from 255) = 31.98%

R = 31.59%
G = 36.43%
B = 31.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#A3BCA5 (or 0xA3BCA5) is known color: Gum Leaf. HEX triplet: A3, BC and A5. RGB value is (163,188,165). Sum of RGB (Red+Green+Blue) = 163+188+165=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BCA5 is #5C435A. Grayscale: #B1B1B1. Windows color (decimal): -6046555 or 10861731. OLE color: 10861731.

HSL color Cylindrical-coordinate representation of color #A3BCA5: hue angle of 124.8º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3BCA5 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 188 165 -
CMYK 0.13 0 0.12 0.26
HSL 124.8º 0.16% 0.69% -
HSV(B) 124.8º 0.13% 0.74% -
XYZ 39.88 46.47 42.47 -
YUV 177.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 163 188 165 0.13 0 0.12 0.26 124.8 0.16 0.69
Hex A3 BC A5 D 0 C 1A 7D 10 45
Octal 243 274 245 15 0 14 32 175 20 105
Binary 10100011 10111100 10100101 1101 0 1100 11010 1111101 10000 1000101

Color Harmonies of #A3BCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BCA5

Black with #A3BCA5

Text Example


Text Example

White with #A3BCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BCA5; }

 p { color: rgb(163,188,165); }

 H1.HeaderClassName
 {
   color: #A3BCA5;
 }
 .AnyTagClassName
 {
   color: #A3BCA5;
 }
</style>

background-color css

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

 a { background-color: rgb(163,188,165); }

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

border-color css

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

 span { border-color: rgb(163,188,165); }

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