Html Css Color HEX #A4A202 Citrus

📋 copy color: '#A4A202'

red 164 ◦ green 162 ◦ blue 2

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

Shades of Citrus #A4A202

Tints of Citrus #A4A202

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.39%

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

R = 50%
G = 49.39%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A4A202 (or 0xA4A202) is known color: Citrus. HEX triplet: A4, A2 and 02. RGB value is (164,162,2). Sum of RGB (Red+Green+Blue) = 164+162+2=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A202 is #5B5DFD. Grayscale: #919191. Windows color (decimal): -5987838 or 172708. OLE color: 172708.

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

Color convert

RGB 164 162 2 -
CMYK 0 0.01 0.99 0.36
HSL 59.26º 0.98% 0.33% -
HSV(B) 59.26º 0.99% 0.64% -
XYZ 28.24 33.74 5.08 -
YUV 144.36 47.66 142.01 -
System Red Green Blue C M Y K H S L
Decimal 164 162 2 0 0.01 0.99 0.36 59.26 0.98 0.33
Hex A4 A2 2 0 1 63 24 3B 62 21
Octal 244 242 2 0 1 143 44 73 142 41
Binary 10100100 10100010 10 0 1 1100011 100100 111011 1100010 100001

Color Harmonies of #A4A202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A202

Black with #A4A202

Text Example


Text Example

White with #A4A202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A202; }

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

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

background-color css

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

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

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

border-color css

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

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

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