Html Css Color HEX #A2B504 Citrus

📋 copy color: '#A2B504'

red 162 ◦ green 181 ◦ blue 4

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

Shades of Citrus #A2B504

Tints of Citrus #A2B504

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.16%

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

R = 46.69%
G = 52.16%
B = 1.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#A2B504 (or 0xA2B504) is known color: Citrus. HEX triplet: A2, B5 and 04. RGB value is (162,181,4). Sum of RGB (Red+Green+Blue) = 162+181+4=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B504 is #5D4AFB. Grayscale: #9B9B9B. Windows color (decimal): -6114044 or 308642. OLE color: 308642.

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

Color convert

RGB 162 181 4 -
CMYK 0.10 0 0.98 0.29
HSL 66.44º 0.96% 0.36% -
HSV(B) 66.44º 0.98% 0.71% -
XYZ 31.45 40.74 6.32 -
YUV 155.14 42.71 132.89 -
System Red Green Blue C M Y K H S L
Decimal 162 181 4 0.10 0 0.98 0.29 66.44 0.96 0.36
Hex A2 B5 4 A 0 62 1D 42 60 24
Octal 242 265 4 12 0 142 35 102 140 44
Binary 10100010 10110101 100 1010 0 1100010 11101 1000010 1100000 100100

Color Harmonies of #A2B504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B504

Black with #A2B504

Text Example


Text Example

White with #A2B504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B504; }

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

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

background-color css

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

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

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

border-color css

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

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

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