Html Css Color HEX #A2B500 Citrus

📋 copy color: '#A2B500'

red 162 ◦ green 181 ◦ blue 0

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

Shades of Citrus #A2B500

Tints of Citrus #A2B500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.23%
G = 52.77%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#A2B500 (or 0xA2B500) is known color: Citrus. HEX triplet: A2, B5 and 00. RGB value is (162,181,0). Sum of RGB (Red+Green+Blue) = 162+181+0=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 181 (71.09% from 255 or 52.77% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B500 is #5D4AFF. Grayscale: #9B9B9B. Windows color (decimal): -6114048 or 46498. OLE color: 46498.

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

Color convert

RGB 162 181 0 -
CMYK 0.10 0 1 0.29
HSL 66.3º 1% 0.35% -
HSV(B) 66.3º 1% 0.71% -
XYZ 31.42 40.73 6.21 -
YUV 154.69 40.71 133.22 -
System Red Green Blue C M Y K H S L
Decimal 162 181 0 0.10 0 1 0.29 66.3 1 0.35
Hex A2 B5 0 A 0 64 1D 42 64 23
Octal 242 265 0 12 0 144 35 102 144 43
Binary 10100010 10110101 0 1010 0 1100100 11101 1000010 1100100 100011

Color Harmonies of #A2B500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B500

Black with #A2B500

Text Example


Text Example

White with #A2B500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B500; }

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

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

background-color css

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

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

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

border-color css

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

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

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