Html Css Color HEX #A4A602 Citrus

📋 copy color: '#A4A602'

red 164 ◦ green 166 ◦ blue 2

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

Shades of Citrus #A4A602

Tints of Citrus #A4A602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 49.4%
G = 50%
B = 0.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A4A602 (or 0xA4A602) is known color: Citrus. HEX triplet: A4, A6 and 02. RGB value is (164,166,2). Sum of RGB (Red+Green+Blue) = 164+166+2=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 166 (65.23% from 255 or 50% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A602 is #5B59FD. Grayscale: #939393. Windows color (decimal): -5986814 or 173732. OLE color: 173732.

HSL color Cylindrical-coordinate representation of color #A4A602: hue angle of 60.73º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4A602 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 166 2 -
CMYK 0.01 0 0.99 0.35
HSL 60.73º 0.98% 0.33% -
HSV(B) 60.73º 0.99% 0.65% -
XYZ 28.96 35.17 5.32 -
YUV 146.71 46.34 140.34 -
System Red Green Blue C M Y K H S L
Decimal 164 166 2 0.01 0 0.99 0.35 60.73 0.98 0.33
Hex A4 A6 2 1 0 63 23 3D 62 21
Octal 244 246 2 1 0 143 43 75 142 41
Binary 10100100 10100110 10 1 0 1100011 100011 111101 1100010 100001

Color Harmonies of #A4A602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A602

Black with #A4A602

Text Example


Text Example

White with #A4A602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A602; }

 p { color: rgb(164,166,2); }

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

background-color css

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

 a { background-color: rgb(164,166,2); }

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

border-color css

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

 span { border-color: rgb(164,166,2); }

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