Html Css Color HEX #ACA900 Citrus

📋 copy color: '#ACA900'

red 172 ◦ green 169 ◦ blue 0

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

Shades of Citrus #ACA900

Tints of Citrus #ACA900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.56%

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

R = 50.44%
G = 49.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#ACA900 (or 0xACA900) is known color: Citrus. HEX triplet: AC, A9 and 00. RGB value is (172,169,0). Sum of RGB (Red+Green+Blue) = 172+169+0=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 169 (66.41% from 255 or 49.56% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA900 is #5356FF. Grayscale: #979797. Windows color (decimal): -5461760 or 43436. OLE color: 43436.

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

Color convert

RGB 172 169 0 -
CMYK 0 0.02 1 0.33
HSL 58.95º 1% 0.34% -
HSV(B) 58.95º 1% 0.67% -
XYZ 31.2 37.15 5.53 -
YUV 150.63 42.99 143.24 -
System Red Green Blue C M Y K H S L
Decimal 172 169 0 0 0.02 1 0.33 58.95 1 0.34
Hex AC A9 0 0 2 64 21 3B 64 22
Octal 254 251 0 0 2 144 41 73 144 42
Binary 10101100 10101001 0 0 10 1100100 100001 111011 1100100 100010

Color Harmonies of #ACA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA900

Black with #ACA900

Text Example


Text Example

White with #ACA900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA900; }

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

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

background-color css

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

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

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

border-color css

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

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

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