Html Css Color HEX #A2B804 Citrus

📋 copy color: '#A2B804'

red 162 ◦ green 184 ◦ blue 4

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

Shades of Citrus #A2B804

Tints of Citrus #A2B804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 46.29%
G = 52.57%
B = 1.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#A2B804 (or 0xA2B804) is known color: Citrus. HEX triplet: A2, B8 and 04. RGB value is (162,184,4). Sum of RGB (Red+Green+Blue) = 162+184+4=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 184 (72.27% from 255 or 52.57% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B804 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B804 is #5D47FB. Grayscale: #9D9D9D. Windows color (decimal): -6113276 or 309410. OLE color: 309410.

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

Color convert

RGB 162 184 4 -
CMYK 0.12 0 0.98 0.28
HSL 67.33º 0.96% 0.37% -
HSV(B) 67.33º 0.98% 0.72% -
XYZ 32.06 41.97 6.53 -
YUV 156.9 41.71 131.64 -
System Red Green Blue C M Y K H S L
Decimal 162 184 4 0.12 0 0.98 0.28 67.33 0.96 0.37
Hex A2 B8 4 C 0 62 1C 43 60 25
Octal 242 270 4 14 0 142 34 103 140 45
Binary 10100010 10111000 100 1100 0 1100010 11100 1000011 1100000 100101

Color Harmonies of #A2B804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B804

Black with #A2B804

Text Example


Text Example

White with #A2B804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B804; }

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

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

background-color css

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

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

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

border-color css

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

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

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