Html Css Color HEX #ACC550 Celery

📋 copy color: '#ACC550'

red 172 ◦ green 197 ◦ blue 80

#ACC550
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #ACC550

Tints of Celery #ACC550

RGB

 RED value IS 172 (67.58% from 255) = 38.31%

 GREEN value IS 197 (77.34% from 255) = 43.88%

 BLUE value IS 80 (31.64% from 255) = 17.82%

R = 38.31%
G = 43.88%
B = 17.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#ACC550 (or 0xACC550) is known color: Celery. HEX triplet: AC, C5 and 50. RGB value is (172,197,80). Sum of RGB (Red+Green+Blue) = 172+197+80=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC550 is #533AAF. Grayscale: #B0B0B0. Windows color (decimal): -5454512 or 5293484. OLE color: 5293484.

HSL color Cylindrical-coordinate representation of color #ACC550: hue angle of 72.82º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACC550 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 197 80 -
CMYK 0.13 0 0.59 0.23
HSL 72.82º 0.5% 0.54% -
HSV(B) 72.82º 0.59% 0.77% -
XYZ 38.43 49.28 15.08 -
YUV 176.19 73.72 125.01 -
System Red Green Blue C M Y K H S L
Decimal 172 197 80 0.13 0 0.59 0.23 72.82 0.5 0.54
Hex AC C5 50 D 0 3B 17 49 32 36
Octal 254 305 120 15 0 73 27 111 62 66
Binary 10101100 11000101 1010000 1101 0 111011 10111 1001001 110010 110110

Color Harmonies of #ACC550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC550

Black with #ACC550

Text Example


Text Example

White with #ACC550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC550; }

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

 H1.HeaderClassName
 {
   color: #ACC550;
 }
 .AnyTagClassName
 {
   color: #ACC550;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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