Html Css Color HEX #ACB750 Celery

📋 copy color: '#ACB750'

red 172 ◦ green 183 ◦ blue 80

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

Shades of Celery #ACB750

Tints of Celery #ACB750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.39%

R = 39.54%
G = 42.07%
B = 18.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#ACB750 (or 0xACB750) is known color: Celery. HEX triplet: AC, B7 and 50. RGB value is (172,183,80). Sum of RGB (Red+Green+Blue) = 172+183+80=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB750 is #5348AF. Grayscale: #A8A8A8. Windows color (decimal): -5458096 or 5289900. OLE color: 5289900.

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

Color convert

RGB 172 183 80 -
CMYK 0.06 0 0.56 0.28
HSL 66.41º 0.42% 0.52% -
HSV(B) 66.41º 0.56% 0.72% -
XYZ 35.39 43.22 14.07 -
YUV 167.97 78.36 130.88 -
System Red Green Blue C M Y K H S L
Decimal 172 183 80 0.06 0 0.56 0.28 66.41 0.42 0.52
Hex AC B7 50 6 0 38 1C 42 2A 34
Octal 254 267 120 6 0 70 34 102 52 64
Binary 10101100 10110111 1010000 110 0 111000 11100 1000010 101010 110100

Color Harmonies of #ACB750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB750

Black with #ACB750

Text Example


Text Example

White with #ACB750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB750; }

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

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

background-color css

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

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

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

border-color css

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

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

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