Html Css Color HEX #ABCDB2 Gum Leaf

📋 copy color: '#ABCDB2'

red 171 ◦ green 205 ◦ blue 178

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

Shades of Gum Leaf #ABCDB2

Tints of Gum Leaf #ABCDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.13%

R = 30.87%
G = 37%
B = 32.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#ABCDB2 (or 0xABCDB2) is known color: Gum Leaf. HEX triplet: AB, CD and B2. RGB value is (171,205,178). Sum of RGB (Red+Green+Blue) = 171+205+178=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCDB2 is #54324D. Grayscale: #BFBFBF. Windows color (decimal): -5517902 or 11718059. OLE color: 11718059.

HSL color Cylindrical-coordinate representation of color #ABCDB2: hue angle of 132.35º 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 #ABCDB2 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 178 -
CMYK 0.17 0 0.13 0.20
HSL 132.35º 0.25% 0.74% -
HSV(B) 132.35º 0.17% 0.8% -
XYZ 46.66 55.53 50.38 -
YUV 191.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 171 205 178 0.17 0 0.13 0.20 132.35 0.25 0.74
Hex AB CD B2 11 0 D 14 84 19 4A
Octal 253 315 262 21 0 15 24 204 31 112
Binary 10101011 11001101 10110010 10001 0 1101 10100 10000100 11001 1001010

Color Harmonies of #ABCDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCDB2

Black with #ABCDB2

Text Example


Text Example

White with #ABCDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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