Html Css Color HEX #A2B401 Citrus

📋 copy color: '#A2B401'

red 162 ◦ green 180 ◦ blue 1

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

Shades of Citrus #A2B401

Tints of Citrus #A2B401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.48%

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

R = 47.23%
G = 52.48%
B = 0.29%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#A2B401 (or 0xA2B401) is known color: Citrus. HEX triplet: A2, B4 and 01. RGB value is (162,180,1). Sum of RGB (Red+Green+Blue) = 162+180+1=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B401 is #5D4BFE. Grayscale: #9A9A9A. Windows color (decimal): -6114303 or 111778. OLE color: 111778.

HSL color Cylindrical-coordinate representation of color #A2B401: hue angle of 66.03º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2B401 is Cyan = 0.1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 180 1 -
CMYK 0.1 0 0.99 0.29
HSL 66.03º 0.99% 0.35% -
HSV(B) 66.03º 0.99% 0.71% -
XYZ 31.23 40.33 6.17 -
YUV 154.21 41.54 133.55 -
System Red Green Blue C M Y K H S L
Decimal 162 180 1 0.1 0 0.99 0.29 66.03 0.99 0.35
Hex A2 B4 1 A 0 63 1D 42 63 23
Octal 242 264 1 12 0 143 35 102 143 43
Binary 10100010 10110100 1 1010 0 1100011 11101 1000010 1100011 100011

Color Harmonies of #A2B401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B401

Black with #A2B401

Text Example


Text Example

White with #A2B401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B401; }

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

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

background-color css

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

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

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

border-color css

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

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

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