#ACB74A

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

Shades of Celery #ACB74A

Tints of Celery #ACB74A

Color information

#ACB74A (or 0xACB74A) is unknown color: approx Celery. HEX triplet: AC, B7 and 4A. RGB value is (172,183,74). Sum of RGB (Red+Green+Blue) = 172+183+74=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB74A is #5348B5. Grayscale: #A7A7A7. Windows color (decimal): -5458102 or 4896684. OLE color: 4896684.

HSL color Cylindrical-coordinate representation of color #ACB74A: hue angle of 66.06º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACB74A is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB17218374-
CMYK0.0600.600.28
HSL66.06º43.08%50.39%-
HSV(B)66.06º59.56%71.76%-
XYZ35.1843.1312.95-
YUV167.2875.36131.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 183 (71.88% from 255) = 42.66%
BLUE value IS 74 (29.30% from 255) = 17.25%
R=40.09%
G=42.66%
B=17.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172183740.0600.600.2866.0643.0850.39
HexACB74A603C1C422b32
Octal2542671126074341025362
Binary101011001011011110010101100111100111001000010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB74A; }

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

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

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

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

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

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

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

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