Html Css Color HEX #ACB850 Celery

📋 copy color: '#ACB850'

red 172 ◦ green 184 ◦ blue 80

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

Shades of Celery #ACB850

Tints of Celery #ACB850

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.2%

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

R = 39.45%
G = 42.2%
B = 18.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#ACB850 (or 0xACB850) is known color: Celery. HEX triplet: AC, B8 and 50. RGB value is (172,184,80). Sum of RGB (Red+Green+Blue) = 172+184+80=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB850 is #5347AF. Grayscale: #A8A8A8. Windows color (decimal): -5457840 or 5290156. OLE color: 5290156.

HSL color Cylindrical-coordinate representation of color #ACB850: hue angle of 66.92º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACB850 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 80 -
CMYK 0.07 0 0.57 0.28
HSL 66.92º 0.42% 0.52% -
HSV(B) 66.92º 0.57% 0.72% -
XYZ 35.6 43.63 14.13 -
YUV 168.56 78.02 130.46 -
System Red Green Blue C M Y K H S L
Decimal 172 184 80 0.07 0 0.57 0.28 66.92 0.42 0.52
Hex AC B8 50 7 0 39 1C 43 2A 34
Octal 254 270 120 7 0 71 34 103 52 64
Binary 10101100 10111000 1010000 111 0 111001 11100 1000011 101010 110100

Color Harmonies of #ACB850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB850

Black with #ACB850

Text Example


Text Example

White with #ACB850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB850; }

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

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

background-color css

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

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

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

border-color css

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

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

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