Html Css Color HEX #A2A301 Citrus

📋 copy color: '#A2A301'

red 162 ◦ green 163 ◦ blue 1

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

Shades of Citrus #A2A301

Tints of Citrus #A2A301

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 49.69%
G = 50%
B = 0.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A2A301 (or 0xA2A301) is known color: Citrus. HEX triplet: A2, A3 and 01. RGB value is (162,163,1). Sum of RGB (Red+Green+Blue) = 162+163+1=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A301 is #5D5CFE. Grayscale: #909090. Windows color (decimal): -6118655 or 107426. OLE color: 107426.

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

Color convert

RGB 162 163 1 -
CMYK 0.01 0 0.99 0.36
HSL 60.37º 0.99% 0.32% -
HSV(B) 60.37º 0.99% 0.64% -
XYZ 28 33.88 5.09 -
YUV 144.23 47.17 140.67 -
System Red Green Blue C M Y K H S L
Decimal 162 163 1 0.01 0 0.99 0.36 60.37 0.99 0.32
Hex A2 A3 1 1 0 63 24 3C 63 20
Octal 242 243 1 1 0 143 44 74 143 40
Binary 10100010 10100011 1 1 0 1100011 100100 111100 1100011 100000

Color Harmonies of #A2A301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A301

Black with #A2A301

Text Example


Text Example

White with #A2A301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A301; }

 p { color: rgb(162,163,1); }

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

background-color css

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

 a { background-color: rgb(162,163,1); }

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

border-color css

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

 span { border-color: rgb(162,163,1); }

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