#ACC05B

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

Shades of Celery #ACC05B

Tints of Celery #ACC05B

Color information

#ACC05B (or 0xACC05B) is unknown color: approx Celery. HEX triplet: AC, C0 and 5B. RGB value is (172,192,91). Sum of RGB (Red+Green+Blue) = 172+192+91=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC05B is #533FA4. Grayscale: #AEAEAE. Windows color (decimal): -5455781 or 6013100. OLE color: 6013100.

HSL color Cylindrical-coordinate representation of color #ACC05B: hue angle of 71.88º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACC05B is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB17219291-
CMYK0.1000.530.25
HSL71.88º44.49%55.49%-
HSV(B)71.88º52.6%75.29%-
XYZ37.7547.2317.02-
YUV174.5180.87126.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 192 (75.39% from 255) = 42.20%
BLUE value IS 91 (35.94% from 255) = 20%
R=37.80%
G=42.20%
B=20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172192910.1000.530.2571.8844.4955.49
HexACC05BA03519482c37
Octal25430013312065311105467
Binary1010110011000000101101110100110101110011001000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC05B; }

 p { color: rgb(172,192,91); }

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

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

 a { background-color: rgb(172,192,91); }

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

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

 span { border-color: rgb(172,192,91); }

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