Html Css Color HEX #A4A000 Citrus

📋 copy color: '#A4A000'

red 164 ◦ green 160 ◦ blue 0

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

Shades of Citrus #A4A000

Tints of Citrus #A4A000

RGB

 RED value IS 164 (64.45% from 255) = 50.62%

 GREEN value IS 160 (62.89% from 255) = 49.38%

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

R = 50.62%
G = 49.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A4A000 (or 0xA4A000) is known color: Citrus. HEX triplet: A4, A0 and 00. RGB value is (164,160,0). Sum of RGB (Red+Green+Blue) = 164+160+0=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A000 is #5B5FFF. Grayscale: #8F8F8F. Windows color (decimal): -5988352 or 41124. OLE color: 41124.

HSL color Cylindrical-coordinate representation of color #A4A000: hue angle of 58.54º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A4A000 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 160 0 -
CMYK 0 0.02 1 0.36
HSL 58.54º 1% 0.32% -
HSV(B) 58.54º 1% 0.64% -
XYZ 27.88 33.03 4.91 -
YUV 142.96 47.33 143.01 -
System Red Green Blue C M Y K H S L
Decimal 164 160 0 0 0.02 1 0.36 58.54 1 0.32
Hex A4 A0 0 0 2 64 24 3B 64 20
Octal 244 240 0 0 2 144 44 73 144 40
Binary 10100100 10100000 0 0 10 1100100 100100 111011 1100100 100000

Color Harmonies of #A4A000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A000

Black with #A4A000

Text Example


Text Example

White with #A4A000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A000; }

 p { color: rgb(164,160,0); }

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

background-color css

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

 a { background-color: rgb(164,160,0); }

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

border-color css

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

 span { border-color: rgb(164,160,0); }

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