#ACBC4B

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

Shades of Celery #ACBC4B

Tints of Celery #ACBC4B

Color information

#ACBC4B (or 0xACBC4B) is unknown color: approx Celery. HEX triplet: AC, BC and 4B. RGB value is (172,188,75). Sum of RGB (Red+Green+Blue) = 172+188+75=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC4B is #5343B4. Grayscale: #AAAAAA. Windows color (decimal): -5456821 or 4963500. OLE color: 4963500.

HSL color Cylindrical-coordinate representation of color #ACBC4B: hue angle of 68.5º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACBC4B is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB17218875-
CMYK0.0900.600.26
HSL68.5º45.75%51.57%-
HSV(B)68.5º60.11%73.73%-
XYZ36.2745.2513.48-
YUV170.3374.2129.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 188 (73.83% from 255) = 43.22%
BLUE value IS 75 (29.69% from 255) = 17.24%
R=39.54%
G=43.22%
B=17.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172188750.0900.600.2668.545.7551.57
HexACBC4B903C1A442e34
Octal25427411311074321045664
Binary1010110010111100100101110010111100110101000100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC4B; }

 p { color: rgb(172,188,75); }

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

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

 a { background-color: rgb(172,188,75); }

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

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

 span { border-color: rgb(172,188,75); }

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