Html Css Color HEX #A2B10A Citrus

📋 copy color: '#A2B10A'

red 162 ◦ green 177 ◦ blue 10

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

Shades of Citrus #A2B10A

Tints of Citrus #A2B10A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.72%

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

R = 46.42%
G = 50.72%
B = 2.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#A2B10A (or 0xA2B10A) is known color: Citrus. HEX triplet: A2, B1 and 0A. RGB value is (162,177,10). Sum of RGB (Red+Green+Blue) = 162+177+10=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B10A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2B10A is #5D4EF5. Grayscale: #9A9A9A. Windows color (decimal): -6115062 or 700834. OLE color: 700834.

HSL color Cylindrical-coordinate representation of color #A2B10A: hue angle of 65.39º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2B10A is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 177 10 -
CMYK 0.08 0 0.94 0.31
HSL 65.39º 0.89% 0.37% -
HSV(B) 65.39º 0.94% 0.69% -
XYZ 30.68 39.15 6.23 -
YUV 153.48 47.03 134.08 -
System Red Green Blue C M Y K H S L
Decimal 162 177 10 0.08 0 0.94 0.31 65.39 0.89 0.37
Hex A2 B1 A 8 0 5E 1F 41 59 25
Octal 242 261 12 10 0 136 37 101 131 45
Binary 10100010 10110001 1010 1000 0 1011110 11111 1000001 1011001 100101

Color Harmonies of #A2B10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B10A

Black with #A2B10A

Text Example


Text Example

White with #A2B10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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