#ACBD5C

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

Shades of Celery #ACBD5C

Tints of Celery #ACBD5C

Color information

#ACBD5C (or 0xACBD5C) is unknown color: approx Celery. HEX triplet: AC, BD and 5C. RGB value is (172,189,92). Sum of RGB (Red+Green+Blue) = 172+189+92=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBD5C is #5342A3. Grayscale: #ADADAD. Windows color (decimal): -5456548 or 6077868. OLE color: 6077868.

HSL color Cylindrical-coordinate representation of color #ACBD5C: hue angle of 70.52º degrees, saturation: 0.42, 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 #ACBD5C is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB17218992-
CMYK0.0900.510.26
HSL70.52º42.36%55.1%-
HSV(B)70.52º51.32%74.12%-
XYZ37.1445.9417.03-
YUV172.8682.37127.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 189 (74.22% from 255) = 41.72%
BLUE value IS 92 (36.33% from 255) = 20.31%
R=37.97%
G=41.72%
B=20.31%

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
Decimal172189920.0900.510.2670.5242.3655.1
HexACBD5C90331A472a37
Octal25427513411063321075267
Binary1010110010111101101110010010110011110101000111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD5C; }

 p { color: rgb(172,189,92); }

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

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

 a { background-color: rgb(172,189,92); }

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

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

 span { border-color: rgb(172,189,92); }

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