#ACBC3A

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

Shades of Celery #ACBC3A

Tints of Celery #ACBC3A

Color information

#ACBC3A (or 0xACBC3A) is unknown color: approx Celery. HEX triplet: AC, BC and 3A. RGB value is (172,188,58). Sum of RGB (Red+Green+Blue) = 172+188+58=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC3A is #5343C5. Grayscale: #A8A8A8. Windows color (decimal): -5456838 or 3849388. OLE color: 3849388.

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

Color convert

RGB17218858-
CMYK0.0900.690.26
HSL67.38º52.85%48.24%-
HSV(B)67.38º69.15%73.73%-
XYZ35.7645.0410.81-
YUV168.465.7130.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 188 (73.83% from 255) = 44.98%
BLUE value IS 58 (23.05% from 255) = 13.88%
R=41.15%
G=44.98%
B=13.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172188580.0900.690.2667.3852.8548.24
HexACBC3A90451A433530
Octal25427472110105321036560
Binary1010110010111100111010100101000101110101000011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC3A; }

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

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

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

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

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

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

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

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