Html Css Color HEX #ACC352 Celery

📋 copy color: '#ACC352'

red 172 ◦ green 195 ◦ blue 82

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

Shades of Celery #ACC352

Tints of Celery #ACC352

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.43%

 BLUE value IS 82 (32.42% from 255) = 18.26%

R = 38.31%
G = 43.43%
B = 18.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#ACC352 (or 0xACC352) is known color: Celery. HEX triplet: AC, C3 and 52. RGB value is (172,195,82). Sum of RGB (Red+Green+Blue) = 172+195+82=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC352 is #533CAD. Grayscale: #AFAFAF. Windows color (decimal): -5455022 or 5424044. OLE color: 5424044.

HSL color Cylindrical-coordinate representation of color #ACC352: hue angle of 72.21º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACC352 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 195 82 -
CMYK 0.12 0 0.58 0.24
HSL 72.21º 0.48% 0.54% -
HSV(B) 72.21º 0.58% 0.76% -
XYZ 38.05 48.41 15.32 -
YUV 175.24 75.38 125.69 -
System Red Green Blue C M Y K H S L
Decimal 172 195 82 0.12 0 0.58 0.24 72.21 0.48 0.54
Hex AC C3 52 C 0 3A 18 48 30 36
Octal 254 303 122 14 0 72 30 110 60 66
Binary 10101100 11000011 1010010 1100 0 111010 11000 1001000 110000 110110

Color Harmonies of #ACC352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC352

Black with #ACC352

Text Example


Text Example

White with #ACC352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC352; }

 p { color: rgb(172,195,82); }

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

background-color css

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

 a { background-color: rgb(172,195,82); }

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

border-color css

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

 span { border-color: rgb(172,195,82); }

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