Html Css Color HEX #A4C8B1 Gum Leaf

📋 copy color: '#A4C8B1'

red 164 ◦ green 200 ◦ blue 177

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

Shades of Gum Leaf #A4C8B1

Tints of Gum Leaf #A4C8B1

RGB

 RED value IS 164 (64.45% from 255) = 30.31%

 GREEN value IS 200 (78.52% from 255) = 36.97%

 BLUE value IS 177 (69.53% from 255) = 32.72%

R = 30.31%
G = 36.97%
B = 32.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#A4C8B1 (or 0xA4C8B1) is known color: Gum Leaf. HEX triplet: A4, C8 and B1. RGB value is (164,200,177). Sum of RGB (Red+Green+Blue) = 164+200+177=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C8B1 is #5B374E. Grayscale: #BABABA. Windows color (decimal): -5977935 or 11651236. OLE color: 11651236.

HSL color Cylindrical-coordinate representation of color #A4C8B1: hue angle of 141.67º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A4C8B1 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 200 177 -
CMYK 0.18 0 0.12 0.22
HSL 141.67º 0.25% 0.71% -
HSV(B) 141.67º 0.18% 0.78% -
XYZ 43.9 52.38 49.39 -
YUV 186.61 122.57 111.87 -
System Red Green Blue C M Y K H S L
Decimal 164 200 177 0.18 0 0.12 0.22 141.67 0.25 0.71
Hex A4 C8 B1 12 0 C 16 8E 19 47
Octal 244 310 261 22 0 14 26 216 31 107
Binary 10100100 11001000 10110001 10010 0 1100 10110 10001110 11001 1000111

Color Harmonies of #A4C8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C8B1

Black with #A4C8B1

Text Example


Text Example

White with #A4C8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C8B1; }

 p { color: rgb(164,200,177); }

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

background-color css

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

 a { background-color: rgb(164,200,177); }

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

border-color css

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

 span { border-color: rgb(164,200,177); }

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