Html Css Color HEX #A1BDA5 Gum Leaf

📋 copy color: '#A1BDA5'

red 161 ◦ green 189 ◦ blue 165

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

Shades of Gum Leaf #A1BDA5

Tints of Gum Leaf #A1BDA5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.7%

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

R = 31.26%
G = 36.7%
B = 32.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#A1BDA5 (or 0xA1BDA5) is known color: Gum Leaf. HEX triplet: A1, BD and A5. RGB value is (161,189,165). Sum of RGB (Red+Green+Blue) = 161+189+165=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BDA5 is #5E425A. Grayscale: #B1B1B1. Windows color (decimal): -6177371 or 10861985. OLE color: 10861985.

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

Color convert

RGB 161 189 165 -
CMYK 0.15 0 0.13 0.26
HSL 128.57º 0.18% 0.69% -
HSV(B) 128.57º 0.15% 0.74% -
XYZ 39.69 46.69 42.52 -
YUV 177.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 161 189 165 0.15 0 0.13 0.26 128.57 0.18 0.69
Hex A1 BD A5 F 0 D 1A 81 12 45
Octal 241 275 245 17 0 15 32 201 22 105
Binary 10100001 10111101 10100101 1111 0 1101 11010 10000001 10010 1000101

Color Harmonies of #A1BDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BDA5

Black with #A1BDA5

Text Example


Text Example

White with #A1BDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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