#ACBF4E

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

Shades of Celery #ACBF4E

Tints of Celery #ACBF4E

Color information

#ACBF4E (or 0xACBF4E) is unknown color: approx Celery. HEX triplet: AC, BF and 4E. RGB value is (172,191,78). Sum of RGB (Red+Green+Blue) = 172+191+78=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBF4E is #5340B1. Grayscale: #ACACAC. Windows color (decimal): -5456050 or 5160876. OLE color: 5160876.

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

Color convert

RGB17219178-
CMYK0.1000.590.25
HSL70.09º46.89%52.75%-
HSV(B)70.09º59.16%74.9%-
XYZ37.0246.5814.25-
YUV172.4474.71127.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 191 (75% from 255) = 43.31%
BLUE value IS 78 (30.86% from 255) = 17.69%
R=39.00%
G=43.31%
B=17.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172191780.1000.590.2570.0946.8952.75
HexACBF4EA03B19462f35
Octal25427711612073311065765
Binary1010110010111111100111010100111011110011000110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF4E; }

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

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

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

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

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

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

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

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