#ACBD38

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

Shades of Celery #ACBD38

Tints of Celery #ACBD38

Color information

#ACBD38 (or 0xACBD38) is unknown color: approx Celery. HEX triplet: AC, BD and 38. RGB value is (172,189,56). Sum of RGB (Red+Green+Blue) = 172+189+56=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 56 (22.27% from 255 or 13.43% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBD38 is #5342C7. Grayscale: #A9A9A9. Windows color (decimal): -5456584 or 3718572. OLE color: 3718572.

HSL color Cylindrical-coordinate representation of color #ACBD38: hue angle of 67.67º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACBD38 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB17218956-
CMYK0.0900.700.26
HSL67.67º54.29%48.04%-
HSV(B)67.67º70.37%74.12%-
XYZ35.9245.4510.62-
YUV168.7664.37130.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 189 (74.22% from 255) = 45.32%
BLUE value IS 56 (22.27% from 255) = 13.43%
R=41.25%
G=45.32%
B=13.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172189560.0900.700.2667.6754.2948.04
HexACBD3890461A443630
Octal25427570110106321046660
Binary1010110010111101111000100101000110110101000100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD38; }

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

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

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

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

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

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

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

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