Html Css Color HEX #ABCDB4 Gum Leaf

📋 copy color: '#ABCDB4'

red 171 ◦ green 205 ◦ blue 180

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

Shades of Gum Leaf #ABCDB4

Tints of Gum Leaf #ABCDB4

RGB

 RED value IS 171 (67.19% from 255) = 30.76%

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

 BLUE value IS 180 (70.7% from 255) = 32.37%

R = 30.76%
G = 36.87%
B = 32.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#ABCDB4 (or 0xABCDB4) is known color: Gum Leaf. HEX triplet: AB, CD and B4. RGB value is (171,205,180). Sum of RGB (Red+Green+Blue) = 171+205+180=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDB4 is #54324B. Grayscale: #C0C0C0. Windows color (decimal): -5517900 or 11849131. OLE color: 11849131.

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

Color convert

RGB 171 205 180 -
CMYK 0.17 0 0.12 0.20
HSL 135.88º 0.25% 0.74% -
HSV(B) 135.88º 0.17% 0.8% -
XYZ 46.86 55.62 51.44 -
YUV 191.98 121.24 113.03 -
System Red Green Blue C M Y K H S L
Decimal 171 205 180 0.17 0 0.12 0.20 135.88 0.25 0.74
Hex AB CD B4 11 0 C 14 88 19 4A
Octal 253 315 264 21 0 14 24 210 31 112
Binary 10101011 11001101 10110100 10001 0 1100 10100 10001000 11001 1001010

Color Harmonies of #ABCDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDB4

Black with #ABCDB4

Text Example


Text Example

White with #ABCDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDB4; }

 p { color: rgb(171,205,180); }

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

background-color css

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

 a { background-color: rgb(171,205,180); }

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

border-color css

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

 span { border-color: rgb(171,205,180); }

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