Html Css Color HEX #A9CBAC Gum Leaf

📋 copy color: '#A9CBAC'

red 169 ◦ green 203 ◦ blue 172

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

Shades of Gum Leaf #A9CBAC

Tints of Gum Leaf #A9CBAC

RGB

 RED value IS 169 (66.41% from 255) = 31.07%

 GREEN value IS 203 (79.69% from 255) = 37.32%

 BLUE value IS 172 (67.58% from 255) = 31.62%

R = 31.07%
G = 37.32%
B = 31.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#A9CBAC (or 0xA9CBAC) is known color: Gum Leaf. HEX triplet: A9, CB and AC. RGB value is (169,203,172). Sum of RGB (Red+Green+Blue) = 169+203+172=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CBAC is #563453. Grayscale: #BDBDBD. Windows color (decimal): -5649492 or 11324329. OLE color: 11324329.

HSL color Cylindrical-coordinate representation of color #A9CBAC: hue angle of 125.29º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9CBAC is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 203 172 -
CMYK 0.17 0 0.15 0.20
HSL 125.29º 0.25% 0.73% -
HSV(B) 125.29º 0.17% 0.8% -
XYZ 45.16 54.13 47.1 -
YUV 189.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 169 203 172 0.17 0 0.15 0.20 125.29 0.25 0.73
Hex A9 CB AC 11 0 F 14 7D 19 49
Octal 251 313 254 21 0 17 24 175 31 111
Binary 10101001 11001011 10101100 10001 0 1111 10100 1111101 11001 1001001

Color Harmonies of #A9CBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CBAC

Black with #A9CBAC

Text Example


Text Example

White with #A9CBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CBAC; }

 p { color: rgb(169,203,172); }

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

background-color css

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

 a { background-color: rgb(169,203,172); }

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

border-color css

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

 span { border-color: rgb(169,203,172); }

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