Html Css Color HEX #ACB442 Celery

📋 copy color: '#ACB442'

red 172 ◦ green 180 ◦ blue 66

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

Shades of Celery #ACB442

Tints of Celery #ACB442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.79%

R = 41.15%
G = 43.06%
B = 15.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#ACB442 (or 0xACB442) is known color: Celery. HEX triplet: AC, B4 and 42. RGB value is (172,180,66). Sum of RGB (Red+Green+Blue) = 172+180+66=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB442 is #534BBD. Grayscale: #A5A5A5. Windows color (decimal): -5458878 or 4371628. OLE color: 4371628.

HSL color Cylindrical-coordinate representation of color #ACB442: hue angle of 64.21º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACB442 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 66 -
CMYK 0.04 0 0.63 0.29
HSL 64.21º 0.46% 0.48% -
HSV(B) 64.21º 0.63% 0.71% -
XYZ 34.32 41.81 11.41 -
YUV 164.61 72.35 133.27 -
System Red Green Blue C M Y K H S L
Decimal 172 180 66 0.04 0 0.63 0.29 64.21 0.46 0.48
Hex AC B4 42 4 0 3F 1D 40 2E 30
Octal 254 264 102 4 0 77 35 100 56 60
Binary 10101100 10110100 1000010 100 0 111111 11101 1000000 101110 110000

Color Harmonies of #ACB442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB442

Black with #ACB442

Text Example


Text Example

White with #ACB442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB442; }

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

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

background-color css

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

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

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

border-color css

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

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

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