Html Css Color HEX #A2B802 Citrus

📋 copy color: '#A2B802'

red 162 ◦ green 184 ◦ blue 2

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

Shades of Citrus #A2B802

Tints of Citrus #A2B802

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.87%

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

R = 46.55%
G = 52.87%
B = 0.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#A2B802 (or 0xA2B802) is known color: Citrus. HEX triplet: A2, B8 and 02. RGB value is (162,184,2). Sum of RGB (Red+Green+Blue) = 162+184+2=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 184 (72.27% from 255 or 52.87% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B802 is #5D47FD. Grayscale: #9D9D9D. Windows color (decimal): -6113278 or 178338. OLE color: 178338.

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

Color convert

RGB 162 184 2 -
CMYK 0.12 0 0.99 0.28
HSL 67.25º 0.98% 0.36% -
HSV(B) 67.25º 0.99% 0.72% -
XYZ 32.05 41.97 6.47 -
YUV 156.67 40.71 131.8 -
System Red Green Blue C M Y K H S L
Decimal 162 184 2 0.12 0 0.99 0.28 67.25 0.98 0.36
Hex A2 B8 2 C 0 63 1C 43 62 24
Octal 242 270 2 14 0 143 34 103 142 44
Binary 10100010 10111000 10 1100 0 1100011 11100 1000011 1100010 100100

Color Harmonies of #A2B802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B802

Black with #A2B802

Text Example


Text Example

White with #A2B802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B802; }

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

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

background-color css

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

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

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

border-color css

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

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

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