Html Css Color HEX #A2B50A Citrus

📋 copy color: '#A2B50A'

red 162 ◦ green 181 ◦ blue 10

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

Shades of Citrus #A2B50A

Tints of Citrus #A2B50A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.83%

R = 45.89%
G = 51.27%
B = 2.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#A2B50A (or 0xA2B50A) is known color: Citrus. HEX triplet: A2, B5 and 0A. RGB value is (162,181,10). Sum of RGB (Red+Green+Blue) = 162+181+10=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 181 (71.09% from 255 or 51.27% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B50A is #5D4AF5. Grayscale: #9C9C9C. Windows color (decimal): -6114038 or 701858. OLE color: 701858.

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

Color convert

RGB 162 181 10 -
CMYK 0.10 0 0.94 0.29
HSL 66.67º 0.9% 0.37% -
HSV(B) 66.67º 0.94% 0.71% -
XYZ 31.48 40.75 6.49 -
YUV 155.83 45.71 132.4 -
System Red Green Blue C M Y K H S L
Decimal 162 181 10 0.10 0 0.94 0.29 66.67 0.9 0.37
Hex A2 B5 A A 0 5E 1D 43 5A 25
Octal 242 265 12 12 0 136 35 103 132 45
Binary 10100010 10110101 1010 1010 0 1011110 11101 1000011 1011010 100101

Color Harmonies of #A2B50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B50A

Black with #A2B50A

Text Example


Text Example

White with #A2B50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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