Html Css Color HEX #ACA700 Citrus

📋 copy color: '#ACA700'

red 172 ◦ green 167 ◦ blue 0

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

Shades of Citrus #ACA700

Tints of Citrus #ACA700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 49.26%

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

R = 50.74%
G = 49.26%
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

#ACA700 (or 0xACA700) is known color: Citrus. HEX triplet: AC, A7 and 00. RGB value is (172,167,0). Sum of RGB (Red+Green+Blue) = 172+167+0=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 167 (65.62% from 255 or 49.26% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA700 is #5358FF. Grayscale: #969696. Windows color (decimal): -5462272 or 42924. OLE color: 42924.

HSL color Cylindrical-coordinate representation of color #ACA700: hue angle of 58.26º 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 #ACA700 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 167 0 -
CMYK 0 0.03 1 0.33
HSL 58.26º 1% 0.34% -
HSV(B) 58.26º 1% 0.67% -
XYZ 30.83 36.41 5.4 -
YUV 149.46 43.66 144.08 -
System Red Green Blue C M Y K H S L
Decimal 172 167 0 0 0.03 1 0.33 58.26 1 0.34
Hex AC A7 0 0 3 64 21 3A 64 22
Octal 254 247 0 0 3 144 41 72 144 42
Binary 10101100 10100111 0 0 11 1100100 100001 111010 1100100 100010

Color Harmonies of #ACA700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA700

Black with #ACA700

Text Example


Text Example

White with #ACA700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA700; }

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

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

background-color css

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

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

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

border-color css

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

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

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