Html Css Color HEX #ABC6B3 Gum Leaf

📋 copy color: '#ABC6B3'

red 171 ◦ green 198 ◦ blue 179

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

Shades of Gum Leaf #ABC6B3

Tints of Gum Leaf #ABC6B3

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.13%

 BLUE value IS 179 (70.31% from 255) = 32.66%

R = 31.2%
G = 36.13%
B = 32.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#ABC6B3 (or 0xABC6B3) is known color: Gum Leaf. HEX triplet: AB, C6 and B3. RGB value is (171,198,179). Sum of RGB (Red+Green+Blue) = 171+198+179=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC6B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6B3 is #54394C. Grayscale: #BBBBBB. Windows color (decimal): -5519693 or 11781803. OLE color: 11781803.

HSL color Cylindrical-coordinate representation of color #ABC6B3: hue angle of 137.78º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC6B3 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 198 179 -
CMYK 0.14 0 0.10 0.22
HSL 137.78º 0.19% 0.72% -
HSV(B) 137.78º 0.14% 0.78% -
XYZ 45.13 52.3 50.36 -
YUV 187.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 171 198 179 0.14 0 0.10 0.22 137.78 0.19 0.72
Hex AB C6 B3 E 0 A 16 8A 13 48
Octal 253 306 263 16 0 12 26 212 23 110
Binary 10101011 11000110 10110011 1110 0 1010 10110 10001010 10011 1001000

Color Harmonies of #ABC6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC6B3

Black with #ABC6B3

Text Example


Text Example

White with #ABC6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC6B3; }

 p { color: rgb(171,198,179); }

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

background-color css

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

 a { background-color: rgb(171,198,179); }

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

border-color css

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

 span { border-color: rgb(171,198,179); }

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