Html Css Color HEX #ACB642 Celery

📋 copy color: '#ACB642'

red 172 ◦ green 182 ◦ blue 66

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

Shades of Celery #ACB642

Tints of Celery #ACB642

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.33%

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

R = 40.95%
G = 43.33%
B = 15.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#ACB642 (or 0xACB642) is known color: Celery. HEX triplet: AC, B6 and 42. RGB value is (172,182,66). Sum of RGB (Red+Green+Blue) = 172+182+66=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB642 is #5349BD. Grayscale: #A6A6A6. Windows color (decimal): -5458366 or 4372140. OLE color: 4372140.

HSL color Cylindrical-coordinate representation of color #ACB642: hue angle of 65.17º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACB642 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 66 -
CMYK 0.05 0 0.64 0.29
HSL 65.17º 0.47% 0.49% -
HSV(B) 65.17º 0.64% 0.71% -
XYZ 34.72 42.62 11.55 -
YUV 165.79 71.69 132.43 -
System Red Green Blue C M Y K H S L
Decimal 172 182 66 0.05 0 0.64 0.29 65.17 0.47 0.49
Hex AC B6 42 5 0 40 1D 41 2F 31
Octal 254 266 102 5 0 100 35 101 57 61
Binary 10101100 10110110 1000010 101 0 1000000 11101 1000001 101111 110001

Color Harmonies of #ACB642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB642

Black with #ACB642

Text Example


Text Example

White with #ACB642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB642; }

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

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

background-color css

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

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

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

border-color css

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

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

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