Html Css Color HEX #A4AD04 Citrus

📋 copy color: '#A4AD04'

red 164 ◦ green 173 ◦ blue 4

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

Shades of Citrus #A4AD04

Tints of Citrus #A4AD04

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.73%

 BLUE value IS 4 (1.95% from 255) = 1.17%

R = 48.09%
G = 50.73%
B = 1.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#A4AD04 (or 0xA4AD04) is known color: Citrus. HEX triplet: A4, AD and 04. RGB value is (164,173,4). Sum of RGB (Red+Green+Blue) = 164+173+4=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4AD04 is #5B52FB. Grayscale: #979797. Windows color (decimal): -5985020 or 306596. OLE color: 306596.

HSL color Cylindrical-coordinate representation of color #A4AD04: hue angle of 63.2º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4AD04 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 173 4 -
CMYK 0.05 0 0.98 0.32
HSL 63.2º 0.95% 0.35% -
HSV(B) 63.2º 0.98% 0.68% -
XYZ 30.28 37.79 5.81 -
YUV 151.04 45.02 137.24 -
System Red Green Blue C M Y K H S L
Decimal 164 173 4 0.05 0 0.98 0.32 63.2 0.95 0.35
Hex A4 AD 4 5 0 62 20 3F 5F 23
Octal 244 255 4 5 0 142 40 77 137 43
Binary 10100100 10101101 100 101 0 1100010 100000 111111 1011111 100011

Color Harmonies of #A4AD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AD04

Black with #A4AD04

Text Example


Text Example

White with #A4AD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AD04; }

 p { color: rgb(164,173,4); }

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

background-color css

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

 a { background-color: rgb(164,173,4); }

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

border-color css

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

 span { border-color: rgb(164,173,4); }

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