Html Css Color HEX #A2B402 Citrus

📋 copy color: '#A2B402'

red 162 ◦ green 180 ◦ blue 2

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

Shades of Citrus #A2B402

Tints of Citrus #A2B402

RGB

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

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

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

R = 47.09%
G = 52.33%
B = 0.58%

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

#A2B402 (or 0xA2B402) is known color: Citrus. HEX triplet: A2, B4 and 02. RGB value is (162,180,2). Sum of RGB (Red+Green+Blue) = 162+180+2=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 180 (70.70% from 255 or 52.33% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B402 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B402 is #5D4BFD. Grayscale: #9B9B9B. Windows color (decimal): -6114302 or 177314. OLE color: 177314.

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

Color convert

RGB 162 180 2 -
CMYK 0.1 0 0.99 0.29
HSL 66.07º 0.98% 0.36% -
HSV(B) 66.07º 0.99% 0.71% -
XYZ 31.23 40.33 6.2 -
YUV 154.33 42.04 133.47 -
System Red Green Blue C M Y K H S L
Decimal 162 180 2 0.1 0 0.99 0.29 66.07 0.98 0.36
Hex A2 B4 2 A 0 63 1D 42 62 24
Octal 242 264 2 12 0 143 35 102 142 44
Binary 10100010 10110100 10 1010 0 1100011 11101 1000010 1100010 100100

Color Harmonies of #A2B402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B402

Black with #A2B402

Text Example


Text Example

White with #A2B402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B402; }

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

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

background-color css

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

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

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

border-color css

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

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

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