Html Css Color HEX #ACB740 Celery

📋 copy color: '#ACB740'

red 172 ◦ green 183 ◦ blue 64

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

Shades of Celery #ACB740

Tints of Celery #ACB740

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.68%

 BLUE value IS 64 (25.39% from 255) = 15.27%

R = 41.05%
G = 43.68%
B = 15.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#ACB740 (or 0xACB740) is known color: Celery. HEX triplet: AC, B7 and 40. RGB value is (172,183,64). Sum of RGB (Red+Green+Blue) = 172+183+64=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB740 is #5348BF. Grayscale: #A6A6A6. Windows color (decimal): -5458112 or 4241324. OLE color: 4241324.

HSL color Cylindrical-coordinate representation of color #ACB740: hue angle of 65.55º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACB740 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 64 -
CMYK 0.06 0 0.65 0.28
HSL 65.55º 0.48% 0.48% -
HSV(B) 65.55º 0.65% 0.72% -
XYZ 34.87 43.01 11.31 -
YUV 166.15 70.36 132.18 -
System Red Green Blue C M Y K H S L
Decimal 172 183 64 0.06 0 0.65 0.28 65.55 0.48 0.48
Hex AC B7 40 6 0 41 1C 42 30 30
Octal 254 267 100 6 0 101 34 102 60 60
Binary 10101100 10110111 1000000 110 0 1000001 11100 1000010 110000 110000

Color Harmonies of #ACB740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB740

Black with #ACB740

Text Example


Text Example

White with #ACB740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB740; }

 p { color: rgb(172,183,64); }

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

background-color css

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

 a { background-color: rgb(172,183,64); }

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

border-color css

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

 span { border-color: rgb(172,183,64); }

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