Html Css Color HEX #A2A901 Citrus

📋 copy color: '#A2A901'

red 162 ◦ green 169 ◦ blue 1

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

Shades of Citrus #A2A901

Tints of Citrus #A2A901

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50.9%

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

R = 48.8%
G = 50.9%
B = 0.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A2A901 (or 0xA2A901) is known color: Citrus. HEX triplet: A2, A9 and 01. RGB value is (162,169,1). Sum of RGB (Red+Green+Blue) = 162+169+1=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A901 is #5D56FE. Grayscale: #949494. Windows color (decimal): -6117119 or 108962. OLE color: 108962.

HSL color Cylindrical-coordinate representation of color #A2A901: hue angle of 62.5º degrees, saturation: 0.99, 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 #A2A901 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 162 169 1 -
CMYK 0.04 0 0.99 0.34
HSL 62.5º 0.99% 0.33% -
HSV(B) 62.5º 0.99% 0.66% -
XYZ 29.09 36.06 5.46 -
YUV 147.76 45.18 138.16 -
System Red Green Blue C M Y K H S L
Decimal 162 169 1 0.04 0 0.99 0.34 62.5 0.99 0.33
Hex A2 A9 1 4 0 63 22 3F 63 21
Octal 242 251 1 4 0 143 42 77 143 41
Binary 10100010 10101001 1 100 0 1100011 100010 111111 1100011 100001

Color Harmonies of #A2A901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A901

Black with #A2A901

Text Example


Text Example

White with #A2A901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A901; }

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

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

background-color css

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

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

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

border-color css

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

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

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