Html Css Color HEX #A5BCAB Gum Leaf

📋 copy color: '#A5BCAB'

red 165 ◦ green 188 ◦ blue 171

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

Shades of Gum Leaf #A5BCAB

Tints of Gum Leaf #A5BCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.88%

 BLUE value IS 171 (67.19% from 255) = 32.63%

R = 31.49%
G = 35.88%
B = 32.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#A5BCAB (or 0xA5BCAB) is known color: Gum Leaf. HEX triplet: A5, BC and AB. RGB value is (165,188,171). Sum of RGB (Red+Green+Blue) = 165+188+171=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BCAB is #5A4354. Grayscale: #B3B3B3. Windows color (decimal): -5915477 or 11254949. OLE color: 11254949.

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

Color convert

RGB 165 188 171 -
CMYK 0.12 0 0.09 0.26
HSL 135.65º 0.15% 0.69% -
HSV(B) 135.65º 0.12% 0.74% -
XYZ 40.85 46.91 45.43 -
YUV 179.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 165 188 171 0.12 0 0.09 0.26 135.65 0.15 0.69
Hex A5 BC AB C 0 9 1A 88 F 45
Octal 245 274 253 14 0 11 32 210 17 105
Binary 10100101 10111100 10101011 1100 0 1001 11010 10001000 1111 1000101

Color Harmonies of #A5BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCAB

Black with #A5BCAB

Text Example


Text Example

White with #A5BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCAB; }

 p { color: rgb(165,188,171); }

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

background-color css

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

 a { background-color: rgb(165,188,171); }

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

border-color css

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

 span { border-color: rgb(165,188,171); }

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