Html Css Color HEX #A2B700 Citrus

📋 copy color: '#A2B700'

red 162 ◦ green 183 ◦ blue 0

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

Shades of Citrus #A2B700

Tints of Citrus #A2B700

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.04%

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

R = 46.96%
G = 53.04%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#A2B700 (or 0xA2B700) is known color: Citrus. HEX triplet: A2, B7 and 00. RGB value is (162,183,0). Sum of RGB (Red+Green+Blue) = 162+183+0=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 183 (71.88% from 255 or 53.04% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B700 is #5D48FF. Grayscale: #9C9C9C. Windows color (decimal): -6113536 or 47010. OLE color: 47010.

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

Color convert

RGB 162 183 0 -
CMYK 0.11 0 1 0.28
HSL 66.89º 1% 0.36% -
HSV(B) 66.89º 1% 0.72% -
XYZ 31.83 41.55 6.34 -
YUV 155.86 40.04 132.38 -
System Red Green Blue C M Y K H S L
Decimal 162 183 0 0.11 0 1 0.28 66.89 1 0.36
Hex A2 B7 0 B 0 64 1C 43 64 24
Octal 242 267 0 13 0 144 34 103 144 44
Binary 10100010 10110111 0 1011 0 1100100 11100 1000011 1100100 100100

Color Harmonies of #A2B700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B700

Black with #A2B700

Text Example


Text Example

White with #A2B700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B700; }

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

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

background-color css

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

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

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

border-color css

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

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

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