Html Css Color HEX #ABCCAE Gum Leaf

📋 copy color: '#ABCCAE'

red 171 ◦ green 204 ◦ blue 174

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

Shades of Gum Leaf #ABCCAE

Tints of Gum Leaf #ABCCAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.69%

R = 31.15%
G = 37.16%
B = 31.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#ABCCAE (or 0xABCCAE) is known color: Gum Leaf. HEX triplet: AB, CC and AE. RGB value is (171,204,174). Sum of RGB (Red+Green+Blue) = 171+204+174=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCCAE is #543351. Grayscale: #BEBEBE. Windows color (decimal): -5518162 or 11455659. OLE color: 11455659.

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

Color convert

RGB 171 204 174 -
CMYK 0.16 0 0.15 0.2
HSL 125.45º 0.24% 0.74% -
HSV(B) 125.45º 0.16% 0.8% -
XYZ 46.03 54.9 48.22 -
YUV 190.71 118.57 113.94 -
System Red Green Blue C M Y K H S L
Decimal 171 204 174 0.16 0 0.15 0.2 125.45 0.24 0.74
Hex AB CC AE 10 0 F 14 7D 18 4A
Octal 253 314 256 20 0 17 24 175 30 112
Binary 10101011 11001100 10101110 10000 0 1111 10100 1111101 11000 1001010

Color Harmonies of #ABCCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCAE

Black with #ABCCAE

Text Example


Text Example

White with #ABCCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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