Html Css Color HEX #ACA600 Citrus

📋 copy color: '#ACA600'

red 172 ◦ green 166 ◦ blue 0

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

Shades of Citrus #ACA600

Tints of Citrus #ACA600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.89%
G = 49.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#ACA600 (or 0xACA600) is known color: Citrus. HEX triplet: AC, A6 and 00. RGB value is (172,166,0). Sum of RGB (Red+Green+Blue) = 172+166+0=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 166 (65.23% from 255 or 49.11% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA600 is #5359FF. Grayscale: #959595. Windows color (decimal): -5462528 or 42668. OLE color: 42668.

HSL color Cylindrical-coordinate representation of color #ACA600: hue angle of 57.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACA600 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 166 0 -
CMYK 0 0.03 1 0.33
HSL 57.91º 1% 0.34% -
HSV(B) 57.91º 1% 0.67% -
XYZ 30.65 36.04 5.34 -
YUV 148.87 43.99 144.5 -
System Red Green Blue C M Y K H S L
Decimal 172 166 0 0 0.03 1 0.33 57.91 1 0.34
Hex AC A6 0 0 3 64 21 3A 64 22
Octal 254 246 0 0 3 144 41 72 144 42
Binary 10101100 10100110 0 0 11 1100100 100001 111010 1100100 100010

Color Harmonies of #ACA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA600

Black with #ACA600

Text Example


Text Example

White with #ACA600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA600; }

 p { color: rgb(172,166,0); }

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

background-color css

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

 a { background-color: rgb(172,166,0); }

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

border-color css

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

 span { border-color: rgb(172,166,0); }

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