Html Css Color HEX #ACB14C Celery

📋 copy color: '#ACB14C'

red 172 ◦ green 177 ◦ blue 76

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

Shades of Celery #ACB14C

Tints of Celery #ACB14C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.65%

 BLUE value IS 76 (30.08% from 255) = 17.88%

R = 40.47%
G = 41.65%
B = 17.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#ACB14C (or 0xACB14C) is known color: Celery. HEX triplet: AC, B1 and 4C. RGB value is (172,177,76). Sum of RGB (Red+Green+Blue) = 172+177+76=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB14C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB14C is #534EB3. Grayscale: #A4A4A4. Windows color (decimal): -5459636 or 5026220. OLE color: 5026220.

HSL color Cylindrical-coordinate representation of color #ACB14C: hue angle of 62.97º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACB14C is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 76 -
CMYK 0.03 0 0.57 0.31
HSL 62.97º 0.4% 0.5% -
HSV(B) 62.97º 0.57% 0.69% -
XYZ 34.04 40.74 12.91 -
YUV 163.99 78.34 133.71 -
System Red Green Blue C M Y K H S L
Decimal 172 177 76 0.03 0 0.57 0.31 62.97 0.4 0.5
Hex AC B1 4C 3 0 39 1F 3F 28 32
Octal 254 261 114 3 0 71 37 77 50 62
Binary 10101100 10110001 1001100 11 0 111001 11111 111111 101000 110010

Color Harmonies of #ACB14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB14C

Black with #ACB14C

Text Example


Text Example

White with #ACB14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB14C; }

 p { color: rgb(172,177,76); }

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

background-color css

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

 a { background-color: rgb(172,177,76); }

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

border-color css

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

 span { border-color: rgb(172,177,76); }

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