Html Css Color HEX #A2B600 Citrus

📋 copy color: '#A2B600'

red 162 ◦ green 182 ◦ blue 0

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

Shades of Citrus #A2B600

Tints of Citrus #A2B600

RGB

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

 GREEN value IS 182 (71.48% from 255) = 52.91%

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

R = 47.09%
G = 52.91%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#A2B600 (or 0xA2B600) is known color: Citrus. HEX triplet: A2, B6 and 00. RGB value is (162,182,0). Sum of RGB (Red+Green+Blue) = 162+182+0=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 182 (71.48% from 255 or 52.91% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B600 is #5D49FF. Grayscale: #9B9B9B. Windows color (decimal): -6113792 or 46754. OLE color: 46754.

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

Color convert

RGB 162 182 0 -
CMYK 0.11 0 1 0.29
HSL 66.59º 1% 0.36% -
HSV(B) 66.59º 1% 0.71% -
XYZ 31.63 41.14 6.27 -
YUV 155.27 40.37 132.8 -
System Red Green Blue C M Y K H S L
Decimal 162 182 0 0.11 0 1 0.29 66.59 1 0.36
Hex A2 B6 0 B 0 64 1D 43 64 24
Octal 242 266 0 13 0 144 35 103 144 44
Binary 10100010 10110110 0 1011 0 1100100 11101 1000011 1100100 100100

Color Harmonies of #A2B600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B600

Black with #A2B600

Text Example


Text Example

White with #A2B600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B600; }

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

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

background-color css

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

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

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

border-color css

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

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

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