Html Css Color HEX #A5BBA9 Gum Leaf

📋 copy color: '#A5BBA9'

red 165 ◦ green 187 ◦ blue 169

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

Shades of Gum Leaf #A5BBA9

Tints of Gum Leaf #A5BBA9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.89%

 BLUE value IS 169 (66.41% from 255) = 32.44%

R = 31.67%
G = 35.89%
B = 32.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#A5BBA9 (or 0xA5BBA9) is known color: Gum Leaf. HEX triplet: A5, BB and A9. RGB value is (165,187,169). Sum of RGB (Red+Green+Blue) = 165+187+169=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BBA9 is #5A4456. Grayscale: #B2B2B2. Windows color (decimal): -5915735 or 11123621. OLE color: 11123621.

HSL color Cylindrical-coordinate representation of color #A5BBA9: hue angle of 130.91º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5BBA9 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 187 169 -
CMYK 0.12 0 0.10 0.27
HSL 130.91º 0.14% 0.69% -
HSV(B) 130.91º 0.12% 0.73% -
XYZ 40.45 46.4 44.36 -
YUV 178.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 165 187 169 0.12 0 0.10 0.27 130.91 0.14 0.69
Hex A5 BB A9 C 0 A 1B 83 E 45
Octal 245 273 251 14 0 12 33 203 16 105
Binary 10100101 10111011 10101001 1100 0 1010 11011 10000011 1110 1000101

Color Harmonies of #A5BBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BBA9

Black with #A5BBA9

Text Example


Text Example

White with #A5BBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BBA9; }

 p { color: rgb(165,187,169); }

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

background-color css

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

 a { background-color: rgb(165,187,169); }

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

border-color css

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

 span { border-color: rgb(165,187,169); }

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