Html Css Color HEX #ACC050 Celery

📋 copy color: '#ACC050'

red 172 ◦ green 192 ◦ blue 80

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

Shades of Celery #ACC050

Tints of Celery #ACC050

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.24%

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

R = 38.74%
G = 43.24%
B = 18.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#ACC050 (or 0xACC050) is known color: Celery. HEX triplet: AC, C0 and 50. RGB value is (172,192,80). Sum of RGB (Red+Green+Blue) = 172+192+80=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC050 is #533FAF. Grayscale: #ADADAD. Windows color (decimal): -5455792 or 5292204. OLE color: 5292204.

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

Color convert

RGB 172 192 80 -
CMYK 0.10 0 0.58 0.25
HSL 70.71º 0.47% 0.53% -
HSV(B) 70.71º 0.58% 0.75% -
XYZ 37.31 47.05 14.7 -
YUV 173.25 75.37 127.11 -
System Red Green Blue C M Y K H S L
Decimal 172 192 80 0.10 0 0.58 0.25 70.71 0.47 0.53
Hex AC C0 50 A 0 3A 19 47 2F 35
Octal 254 300 120 12 0 72 31 107 57 65
Binary 10101100 11000000 1010000 1010 0 111010 11001 1000111 101111 110101

Color Harmonies of #ACC050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC050

Black with #ACC050

Text Example


Text Example

White with #ACC050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC050; }

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

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

background-color css

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

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

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

border-color css

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

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

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