#ACBC5D

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

Shades of Celery #ACBC5D

Tints of Celery #ACBC5D

Color information

#ACBC5D (or 0xACBC5D) is unknown color: approx Celery. HEX triplet: AC, BC and 5D. RGB value is (172,188,93). Sum of RGB (Red+Green+Blue) = 172+188+93=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC5D is #5343A2. Grayscale: #ACACAC. Windows color (decimal): -5456803 or 6143148. OLE color: 6143148.

HSL color Cylindrical-coordinate representation of color #ACBC5D: hue angle of 70.11º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACBC5D is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB17218893-
CMYK0.0900.510.26
HSL70.11º41.48%55.1%-
HSV(B)70.11º50.53%73.73%-
XYZ36.9745.5317.19-
YUV172.3983.2127.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 188 (73.83% from 255) = 41.50%
BLUE value IS 93 (36.72% from 255) = 20.53%
R=37.97%
G=41.50%
B=20.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172188930.0900.510.2670.1141.4855.1
HexACBC5D90331A462937
Octal25427413511063321065167
Binary1010110010111100101110110010110011110101000110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC5D; }

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

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

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

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

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

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

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

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