#ACBF4C

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

Shades of Celery #ACBF4C

Tints of Celery #ACBF4C

Color information

#ACBF4C (or 0xACBF4C) is unknown color: approx Celery. HEX triplet: AC, BF and 4C. RGB value is (172,191,76). Sum of RGB (Red+Green+Blue) = 172+191+76=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBF4C is #5340B3. Grayscale: #ACACAC. Windows color (decimal): -5456052 or 5029804. OLE color: 5029804.

HSL color Cylindrical-coordinate representation of color #ACBF4C: hue angle of 69.91º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACBF4C is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB17219176-
CMYK0.1000.600.25
HSL69.91º47.33%52.35%-
HSV(B)69.91º60.21%74.9%-
XYZ36.9546.5513.88-
YUV172.2173.71127.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 191 (75% from 255) = 43.51%
BLUE value IS 76 (30.08% from 255) = 17.31%
R=39.18%
G=43.51%
B=17.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172191760.1000.600.2569.9147.3352.35
HexACBF4CA03C19462f34
Octal25427711412074311065764
Binary1010110010111111100110010100111100110011000110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF4C; }

 p { color: rgb(172,191,76); }

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

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

 a { background-color: rgb(172,191,76); }

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

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

 span { border-color: rgb(172,191,76); }

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