Html Css Color HEX #A2A400 Citrus

📋 copy color: '#A2A400'

red 162 ◦ green 164 ◦ blue 0

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

Shades of Citrus #A2A400

Tints of Citrus #A2A400

RGB

 RED value IS 162 (63.67% from 255) = 49.69%

 GREEN value IS 164 (64.45% from 255) = 50.31%

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

R = 49.69%
G = 50.31%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A2A400 (or 0xA2A400) is known color: Citrus. HEX triplet: A2, A4 and 00. RGB value is (162,164,0). Sum of RGB (Red+Green+Blue) = 162+164+0=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A400 is #5D5BFF. Grayscale: #919191. Windows color (decimal): -6118400 or 42146. OLE color: 42146.

HSL color Cylindrical-coordinate representation of color #A2A400: hue angle of 60.73º 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 #A2A400 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 164 0 -
CMYK 0.01 0 1 0.36
HSL 60.73º 1% 0.32% -
HSV(B) 60.73º 1% 0.64% -
XYZ 28.18 34.23 5.12 -
YUV 144.71 46.34 140.34 -
System Red Green Blue C M Y K H S L
Decimal 162 164 0 0.01 0 1 0.36 60.73 1 0.32
Hex A2 A4 0 1 0 64 24 3D 64 20
Octal 242 244 0 1 0 144 44 75 144 40
Binary 10100010 10100100 0 1 0 1100100 100100 111101 1100100 100000

Color Harmonies of #A2A400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A400

Black with #A2A400

Text Example


Text Example

White with #A2A400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A400; }

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

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

background-color css

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

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

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

border-color css

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

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

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