Html Css Color HEX #A5BDA8 Gum Leaf

📋 copy color: '#A5BDA8'

red 165 ◦ green 189 ◦ blue 168

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

Shades of Gum Leaf #A5BDA8

Tints of Gum Leaf #A5BDA8

RGB

 RED value IS 165 (64.84% from 255) = 31.61%

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

 BLUE value IS 168 (66.02% from 255) = 32.18%

R = 31.61%
G = 36.21%
B = 32.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#A5BDA8 (or 0xA5BDA8) is known color: Gum Leaf. HEX triplet: A5, BD and A8. RGB value is (165,189,168). Sum of RGB (Red+Green+Blue) = 165+189+168=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BDA8 is #5A4257. Grayscale: #B3B3B3. Windows color (decimal): -5915224 or 11058597. OLE color: 11058597.

HSL color Cylindrical-coordinate representation of color #A5BDA8: hue angle of 127.5º degrees, saturation: 0.15, 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 #A5BDA8 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 189 168 -
CMYK 0.13 0 0.11 0.26
HSL 127.5º 0.15% 0.69% -
HSV(B) 127.5º 0.13% 0.74% -
XYZ 40.78 47.22 44.01 -
YUV 179.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 165 189 168 0.13 0 0.11 0.26 127.5 0.15 0.69
Hex A5 BD A8 D 0 B 1A 80 F 45
Octal 245 275 250 15 0 13 32 200 17 105
Binary 10100101 10111101 10101000 1101 0 1011 11010 10000000 1111 1000101

Color Harmonies of #A5BDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BDA8

Black with #A5BDA8

Text Example


Text Example

White with #A5BDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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