Html Css Color HEX #A2B510 Citrus

📋 copy color: '#A2B510'

red 162 ◦ green 181 ◦ blue 16

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

Shades of Citrus #A2B510

Tints of Citrus #A2B510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.46%

R = 45.13%
G = 50.42%
B = 4.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#A2B510 (or 0xA2B510) is known color: Citrus. HEX triplet: A2, B5 and 10. RGB value is (162,181,16). Sum of RGB (Red+Green+Blue) = 162+181+16=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 181 (71.09% from 255 or 50.42% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B510 is #5D4AEF. Grayscale: #9D9D9D. Windows color (decimal): -6114032 or 1095074. OLE color: 1095074.

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

Color convert

RGB 162 181 16 -
CMYK 0.10 0 0.91 0.29
HSL 66.91º 0.84% 0.39% -
HSV(B) 66.91º 0.91% 0.71% -
XYZ 31.52 40.77 6.7 -
YUV 156.51 48.71 131.92 -
System Red Green Blue C M Y K H S L
Decimal 162 181 16 0.10 0 0.91 0.29 66.91 0.84 0.39
Hex A2 B5 10 A 0 5B 1D 43 54 27
Octal 242 265 20 12 0 133 35 103 124 47
Binary 10100010 10110101 10000 1010 0 1011011 11101 1000011 1010100 100111

Color Harmonies of #A2B510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B510

Black with #A2B510

Text Example


Text Example

White with #A2B510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B510; }

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

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

background-color css

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

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

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

border-color css

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

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

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