Html Css Color HEX #ACC055 Celery

📋 copy color: '#ACC055'

red 172 ◦ green 192 ◦ blue 85

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

Shades of Celery #ACC055

Tints of Celery #ACC055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.93%

R = 38.31%
G = 42.76%
B = 18.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#ACC055 (or 0xACC055) is known color: Celery. HEX triplet: AC, C0 and 55. RGB value is (172,192,85). Sum of RGB (Red+Green+Blue) = 172+192+85=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC055 is #533FAA. Grayscale: #AEAEAE. Windows color (decimal): -5455787 or 5619884. OLE color: 5619884.

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

Color convert

RGB 172 192 85 -
CMYK 0.10 0 0.56 0.25
HSL 71.21º 0.46% 0.54% -
HSV(B) 71.21º 0.56% 0.75% -
XYZ 37.5 47.13 15.71 -
YUV 173.82 77.87 126.7 -
System Red Green Blue C M Y K H S L
Decimal 172 192 85 0.10 0 0.56 0.25 71.21 0.46 0.54
Hex AC C0 55 A 0 38 19 47 2E 36
Octal 254 300 125 12 0 70 31 107 56 66
Binary 10101100 11000000 1010101 1010 0 111000 11001 1000111 101110 110110

Color Harmonies of #ACC055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC055

Black with #ACC055

Text Example


Text Example

White with #ACC055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC055; }

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

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

background-color css

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

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

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

border-color css

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

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

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