Html Css Color HEX #A4CDB1 Gum Leaf

📋 copy color: '#A4CDB1'

red 164 ◦ green 205 ◦ blue 177

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

Shades of Gum Leaf #A4CDB1

Tints of Gum Leaf #A4CDB1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.55%

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

R = 30.04%
G = 37.55%
B = 32.42%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#A4CDB1 (or 0xA4CDB1) is known color: Gum Leaf. HEX triplet: A4, CD and B1. RGB value is (164,205,177). Sum of RGB (Red+Green+Blue) = 164+205+177=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CDB1 is #5B324E. Grayscale: #BDBDBD. Windows color (decimal): -5976655 or 11652516. OLE color: 11652516.

HSL color Cylindrical-coordinate representation of color #A4CDB1: hue angle of 139.02º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CDB1 is Cyan = 0.2, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 205 177 -
CMYK 0.2 0 0.14 0.20
HSL 139.02º 0.29% 0.72% -
HSV(B) 139.02º 0.2% 0.8% -
XYZ 45.08 54.73 49.78 -
YUV 189.55 120.92 109.78 -
System Red Green Blue C M Y K H S L
Decimal 164 205 177 0.2 0 0.14 0.20 139.02 0.29 0.72
Hex A4 CD B1 14 0 E 14 8B 1D 48
Octal 244 315 261 24 0 16 24 213 35 110
Binary 10100100 11001101 10110001 10100 0 1110 10100 10001011 11101 1001000

Color Harmonies of #A4CDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CDB1

Black with #A4CDB1

Text Example


Text Example

White with #A4CDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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