#ACB750

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

Shades of Celery #ACB750

Tints of Celery #ACB750

Color information

#ACB750 (or 0xACB750) is unknown color: approx Celery. HEX triplet: AC, B7 and 50. RGB value is (172,183,80). Sum of RGB (Red+Green+Blue) = 172+183+80=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB750 is #5348AF. Grayscale: #A8A8A8. Windows color (decimal): -5458096 or 5289900. OLE color: 5289900.

HSL color Cylindrical-coordinate representation of color #ACB750: hue angle of 66.41º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACB750 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB17218380-
CMYK0.0600.560.28
HSL66.41º41.7%51.57%-
HSV(B)66.41º56.28%71.76%-
XYZ35.3943.2214.07-
YUV167.9778.36130.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.54%
GREEN value IS 183 (71.88% from 255) = 42.07%
BLUE value IS 80 (31.64% from 255) = 18.39%
R=39.54%
G=42.07%
B=18.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172183800.0600.560.2866.4141.751.57
HexACB75060381C422a34
Octal2542671206070341025264
Binary101011001011011110100001100111000111001000010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB750; }

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

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

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

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

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

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

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

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