Html Css Color HEX #ACB448 Celery

📋 copy color: '#ACB448'

red 172 ◦ green 180 ◦ blue 72

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

Shades of Celery #ACB448

Tints of Celery #ACB448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.45%

 BLUE value IS 72 (28.52% from 255) = 16.98%

R = 40.57%
G = 42.45%
B = 16.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#ACB448 (or 0xACB448) is known color: Celery. HEX triplet: AC, B4 and 48. RGB value is (172,180,72). Sum of RGB (Red+Green+Blue) = 172+180+72=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB448 is #534BB7. Grayscale: #A5A5A5. Windows color (decimal): -5458872 or 4764844. OLE color: 4764844.

HSL color Cylindrical-coordinate representation of color #ACB448: hue angle of 64.44º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACB448 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 72 -
CMYK 0.04 0 0.60 0.29
HSL 64.44º 0.43% 0.49% -
HSV(B) 64.44º 0.6% 0.71% -
XYZ 34.5 41.88 12.4 -
YUV 165.3 75.35 132.78 -
System Red Green Blue C M Y K H S L
Decimal 172 180 72 0.04 0 0.60 0.29 64.44 0.43 0.49
Hex AC B4 48 4 0 3C 1D 40 2B 31
Octal 254 264 110 4 0 74 35 100 53 61
Binary 10101100 10110100 1001000 100 0 111100 11101 1000000 101011 110001

Color Harmonies of #ACB448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB448

Black with #ACB448

Text Example


Text Example

White with #ACB448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB448; }

 p { color: rgb(172,180,72); }

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

background-color css

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

 a { background-color: rgb(172,180,72); }

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

border-color css

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

 span { border-color: rgb(172,180,72); }

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