Html Css Color HEX #ABCCB3 Gum Leaf

📋 copy color: '#ABCCB3'

red 171 ◦ green 204 ◦ blue 179

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

Shades of Gum Leaf #ABCCB3

Tints of Gum Leaf #ABCCB3

RGB

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

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

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

R = 30.87%
G = 36.82%
B = 32.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#ABCCB3 (or 0xABCCB3) is known color: Gum Leaf. HEX triplet: AB, CC and B3. RGB value is (171,204,179). Sum of RGB (Red+Green+Blue) = 171+204+179=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCB3 is #54334C. Grayscale: #BFBFBF. Windows color (decimal): -5518157 or 11783339. OLE color: 11783339.

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

Color convert

RGB 171 204 179 -
CMYK 0.16 0 0.12 0.2
HSL 134.55º 0.24% 0.74% -
HSV(B) 134.55º 0.16% 0.8% -
XYZ 46.52 55.1 50.83 -
YUV 191.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 171 204 179 0.16 0 0.12 0.2 134.55 0.24 0.74
Hex AB CC B3 10 0 C 14 87 18 4A
Octal 253 314 263 20 0 14 24 207 30 112
Binary 10101011 11001100 10110011 10000 0 1100 10100 10000111 11000 1001010

Color Harmonies of #ABCCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCB3

Black with #ABCCB3

Text Example


Text Example

White with #ABCCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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