#ACBB4A

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

Shades of Celery #ACBB4A

Tints of Celery #ACBB4A

Color information

#ACBB4A (or 0xACBB4A) is unknown color: approx Celery. HEX triplet: AC, BB and 4A. RGB value is (172,187,74). Sum of RGB (Red+Green+Blue) = 172+187+74=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBB4A is #5344B5. Grayscale: #AAAAAA. Windows color (decimal): -5457078 or 4897708. OLE color: 4897708.

HSL color Cylindrical-coordinate representation of color #ACBB4A: hue angle of 67.96º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACBB4A is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB17218774-
CMYK0.0800.600.27
HSL67.96º45.38%51.18%-
HSV(B)67.96º60.43%73.33%-
XYZ36.0244.8113.23-
YUV169.6374.03129.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 187 (73.44% from 255) = 43.19%
BLUE value IS 74 (29.30% from 255) = 17.09%
R=39.72%
G=43.19%
B=17.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172187740.0800.600.2767.9645.3851.18
HexACBB4A803C1B442d33
Octal25427311210074331045563
Binary1010110010111011100101010000111100110111000100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB4A; }

 p { color: rgb(172,187,74); }

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

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

 a { background-color: rgb(172,187,74); }

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

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

 span { border-color: rgb(172,187,74); }

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