Html Css Color HEX #A2BDA7 Gum Leaf

📋 copy color: '#A2BDA7'

red 162 ◦ green 189 ◦ blue 167

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

Shades of Gum Leaf #A2BDA7

Tints of Gum Leaf #A2BDA7

RGB

 RED value IS 162 (63.67% from 255) = 31.27%

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

 BLUE value IS 167 (65.63% from 255) = 32.24%

R = 31.27%
G = 36.49%
B = 32.24%

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

#A2BDA7 (or 0xA2BDA7) is known color: Gum Leaf. HEX triplet: A2, BD and A7. RGB value is (162,189,167). Sum of RGB (Red+Green+Blue) = 162+189+167=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BDA7 is #5D4258. Grayscale: #B2B2B2. Windows color (decimal): -6111833 or 10993058. OLE color: 10993058.

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

Color convert

RGB 162 189 167 -
CMYK 0.14 0 0.12 0.26
HSL 131.11º 0.17% 0.69% -
HSV(B) 131.11º 0.14% 0.74% -
XYZ 40.07 46.87 43.49 -
YUV 178.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 162 189 167 0.14 0 0.12 0.26 131.11 0.17 0.69
Hex A2 BD A7 E 0 C 1A 83 11 45
Octal 242 275 247 16 0 14 32 203 21 105
Binary 10100010 10111101 10100111 1110 0 1100 11010 10000011 10001 1000101

Color Harmonies of #A2BDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BDA7

Black with #A2BDA7

Text Example


Text Example

White with #A2BDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BDA7; }

 p { color: rgb(162,189,167); }

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

background-color css

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

 a { background-color: rgb(162,189,167); }

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

border-color css

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

 span { border-color: rgb(162,189,167); }

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