Html Css Color HEX #ABCCB2 Gum Leaf

📋 copy color: '#ABCCB2'

red 171 ◦ green 204 ◦ blue 178

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

Shades of Gum Leaf #ABCCB2

Tints of Gum Leaf #ABCCB2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.89%

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

R = 30.92%
G = 36.89%
B = 32.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#ABCCB2 (or 0xABCCB2) is known color: Gum Leaf. HEX triplet: AB, CC and B2. RGB value is (171,204,178). Sum of RGB (Red+Green+Blue) = 171+204+178=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCCB2 is #54334D. Grayscale: #BFBFBF. Windows color (decimal): -5518158 or 11717803. OLE color: 11717803.

HSL color Cylindrical-coordinate representation of color #ABCCB2: hue angle of 132.73º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCCB2 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 178 -
CMYK 0.16 0 0.13 0.2
HSL 132.73º 0.24% 0.74% -
HSV(B) 132.73º 0.16% 0.8% -
XYZ 46.42 55.06 50.3 -
YUV 191.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 171 204 178 0.16 0 0.13 0.2 132.73 0.24 0.74
Hex AB CC B2 10 0 D 14 85 18 4A
Octal 253 314 262 20 0 15 24 205 30 112
Binary 10101011 11001100 10110010 10000 0 1101 10100 10000101 11000 1001010

Color Harmonies of #ABCCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCB2

Black with #ABCCB2

Text Example


Text Example

White with #ABCCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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