Html Css Color HEX #ACB350 Celery

📋 copy color: '#ACB350'

red 172 ◦ green 179 ◦ blue 80

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

Shades of Celery #ACB350

Tints of Celery #ACB350

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.53%

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

R = 39.91%
G = 41.53%
B = 18.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#ACB350 (or 0xACB350) is known color: Celery. HEX triplet: AC, B3 and 50. RGB value is (172,179,80). Sum of RGB (Red+Green+Blue) = 172+179+80=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB350 is #534CAF. Grayscale: #A6A6A6. Windows color (decimal): -5459120 or 5288876. OLE color: 5288876.

HSL color Cylindrical-coordinate representation of color #ACB350: hue angle of 64.24º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACB350 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 80 -
CMYK 0.04 0 0.55 0.30
HSL 64.24º 0.39% 0.51% -
HSV(B) 64.24º 0.55% 0.7% -
XYZ 34.58 41.59 13.79 -
YUV 165.62 79.68 132.55 -
System Red Green Blue C M Y K H S L
Decimal 172 179 80 0.04 0 0.55 0.30 64.24 0.39 0.51
Hex AC B3 50 4 0 37 1E 40 27 33
Octal 254 263 120 4 0 67 36 100 47 63
Binary 10101100 10110011 1010000 100 0 110111 11110 1000000 100111 110011

Color Harmonies of #ACB350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB350

Black with #ACB350

Text Example


Text Example

White with #ACB350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB350; }

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

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

background-color css

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

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

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

border-color css

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

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

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