Html Css Color HEX #A4A802 Citrus

📋 copy color: '#A4A802'

red 164 ◦ green 168 ◦ blue 2

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

Shades of Citrus #A4A802

Tints of Citrus #A4A802

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50.3%

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

R = 49.1%
G = 50.3%
B = 0.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A4A802 (or 0xA4A802) is known color: Citrus. HEX triplet: A4, A8 and 02. RGB value is (164,168,2). Sum of RGB (Red+Green+Blue) = 164+168+2=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 168 (66.02% from 255 or 50.30% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A802 is #5B57FD. Grayscale: #949494. Windows color (decimal): -5986302 or 174244. OLE color: 174244.

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

Color convert

RGB 164 168 2 -
CMYK 0.02 0 0.99 0.34
HSL 61.45º 0.98% 0.33% -
HSV(B) 61.45º 0.99% 0.66% -
XYZ 29.32 35.9 5.44 -
YUV 147.88 45.67 139.5 -
System Red Green Blue C M Y K H S L
Decimal 164 168 2 0.02 0 0.99 0.34 61.45 0.98 0.33
Hex A4 A8 2 2 0 63 22 3D 62 21
Octal 244 250 2 2 0 143 42 75 142 41
Binary 10100100 10101000 10 10 0 1100011 100010 111101 1100010 100001

Color Harmonies of #A4A802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A802

Black with #A4A802

Text Example


Text Example

White with #A4A802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A802; }

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

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

background-color css

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

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

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

border-color css

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

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

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