#ABAF4C

Color #ABAF4C Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #ABAF4C

Tints of Celery #ABAF4C

Color information

#ABAF4C (or 0xABAF4C) is unknown color: approx Celery. HEX triplet: AB, AF and 4C. RGB value is (171,175,76). Sum of RGB (Red+Green+Blue) = 171+175+76=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF4C is #5450B3. Grayscale: #A2A2A2. Windows color (decimal): -5525684 or 5025707. OLE color: 5025707.

HSL color Cylindrical-coordinate representation of color #ABAF4C: hue angle of 62.42º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABAF4C is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17117576-
CMYK0.0200.570.31
HSL62.42º39.44%49.22%-
HSV(B)62.42º56.57%68.63%-
XYZ33.4339.8412.77-
YUV162.5279.17134.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 175 (68.75% from 255) = 41.47%
BLUE value IS 76 (30.08% from 255) = 18.01%
R=40.52%
G=41.47%
B=18.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171175760.0200.570.3162.4239.4449.22
HexABAF4C20391F3e2731
Octal253257114207137764761
Binary1010101110101111100110010011100111111111110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF4C; }

 p { color: rgb(171,175,76); }

 H1.HeaderClassName
 {
   color: #ABAF4C;
 }
 .AnyTagClassName
 {
   color: #ABAF4C;
 }
</style>
background-color css

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

 a { background-color: rgb(171,175,76); }

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

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

 span { border-color: rgb(171,175,76); }

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