Html Css Color HEX #A1BCA5 Gum Leaf

📋 copy color: '#A1BCA5'

red 161 ◦ green 188 ◦ blue 165

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

Shades of Gum Leaf #A1BCA5

Tints of Gum Leaf #A1BCA5

RGB

 RED value IS 161 (63.28% from 255) = 31.32%

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

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

R = 31.32%
G = 36.58%
B = 32.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#A1BCA5 (or 0xA1BCA5) is known color: Gum Leaf. HEX triplet: A1, BC and A5. RGB value is (161,188,165). Sum of RGB (Red+Green+Blue) = 161+188+165=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BCA5 is #5E435A. Grayscale: #B1B1B1. Windows color (decimal): -6177627 or 10861729. OLE color: 10861729.

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

Color convert

RGB 161 188 165 -
CMYK 0.14 0 0.12 0.26
HSL 128.89º 0.17% 0.68% -
HSV(B) 128.89º 0.14% 0.74% -
XYZ 39.47 46.26 42.45 -
YUV 177.31 121.05 116.37 -
System Red Green Blue C M Y K H S L
Decimal 161 188 165 0.14 0 0.12 0.26 128.89 0.17 0.68
Hex A1 BC A5 E 0 C 1A 81 11 44
Octal 241 274 245 16 0 14 32 201 21 104
Binary 10100001 10111100 10100101 1110 0 1100 11010 10000001 10001 1000100

Color Harmonies of #A1BCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BCA5

Black with #A1BCA5

Text Example


Text Example

White with #A1BCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BCA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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