Html Css Color HEX #ABCCB6 Gum Leaf

📋 copy color: '#ABCCB6'

red 171 ◦ green 204 ◦ blue 182

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

Shades of Gum Leaf #ABCCB6

Tints of Gum Leaf #ABCCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.68%

R = 30.7%
G = 36.62%
B = 32.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#ABCCB6 (or 0xABCCB6) is known color: Gum Leaf. HEX triplet: AB, CC and B6. RGB value is (171,204,182). Sum of RGB (Red+Green+Blue) = 171+204+182=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCB6 is #543349. Grayscale: #BFBFBF. Windows color (decimal): -5518154 or 11979947. OLE color: 11979947.

HSL color Cylindrical-coordinate representation of color #ABCCB6: hue angle of 140º 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 #ABCCB6 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 182 -
CMYK 0.16 0 0.11 0.2
HSL 140º 0.24% 0.74% -
HSV(B) 140º 0.16% 0.8% -
XYZ 46.83 55.22 52.45 -
YUV 191.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 171 204 182 0.16 0 0.11 0.2 140 0.24 0.74
Hex AB CC B6 10 0 B 14 8C 18 4A
Octal 253 314 266 20 0 13 24 214 30 112
Binary 10101011 11001100 10110110 10000 0 1011 10100 10001100 11000 1001010

Color Harmonies of #ABCCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCB6

Black with #ABCCB6

Text Example


Text Example

White with #ABCCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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