Html Css Color HEX #ABCBAE Gum Leaf

📋 copy color: '#ABCBAE'

red 171 ◦ green 203 ◦ blue 174

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

Shades of Gum Leaf #ABCBAE

Tints of Gum Leaf #ABCBAE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.04%

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

R = 31.2%
G = 37.04%
B = 31.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#ABCBAE (or 0xABCBAE) is known color: Gum Leaf. HEX triplet: AB, CB and AE. RGB value is (171,203,174). Sum of RGB (Red+Green+Blue) = 171+203+174=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCBAE is #543451. Grayscale: #BEBEBE. Windows color (decimal): -5518418 or 11455403. OLE color: 11455403.

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

Color convert

RGB 171 203 174 -
CMYK 0.16 0 0.14 0.20
HSL 125.63º 0.24% 0.73% -
HSV(B) 125.63º 0.16% 0.8% -
XYZ 45.79 54.43 48.14 -
YUV 190.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 171 203 174 0.16 0 0.14 0.20 125.63 0.24 0.73
Hex AB CB AE 10 0 E 14 7E 18 49
Octal 253 313 256 20 0 16 24 176 30 111
Binary 10101011 11001011 10101110 10000 0 1110 10100 1111110 11000 1001001

Color Harmonies of #ABCBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCBAE

Black with #ABCBAE

Text Example


Text Example

White with #ABCBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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