Html Css Color HEX #A5BCA8 Gum Leaf

📋 copy color: '#A5BCA8'

red 165 ◦ green 188 ◦ blue 168

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

Shades of Gum Leaf #A5BCA8

Tints of Gum Leaf #A5BCA8

RGB

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

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

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

R = 31.67%
G = 36.08%
B = 32.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#A5BCA8 (or 0xA5BCA8) is known color: Gum Leaf. HEX triplet: A5, BC and A8. RGB value is (165,188,168). Sum of RGB (Red+Green+Blue) = 165+188+168=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BCA8 is #5A4357. Grayscale: #B2B2B2. Windows color (decimal): -5915480 or 11058341. OLE color: 11058341.

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

Color convert

RGB 165 188 168 -
CMYK 0.12 0 0.11 0.26
HSL 127.83º 0.15% 0.69% -
HSV(B) 127.83º 0.12% 0.74% -
XYZ 40.57 46.79 43.94 -
YUV 178.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 165 188 168 0.12 0 0.11 0.26 127.83 0.15 0.69
Hex A5 BC A8 C 0 B 1A 80 F 45
Octal 245 274 250 14 0 13 32 200 17 105
Binary 10100101 10111100 10101000 1100 0 1011 11010 10000000 1111 1000101

Color Harmonies of #A5BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCA8

Black with #A5BCA8

Text Example


Text Example

White with #A5BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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