Html Css Color HEX #A2B900 Citrus

📋 copy color: '#A2B900'

red 162 ◦ green 185 ◦ blue 0

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

Shades of Citrus #A2B900

Tints of Citrus #A2B900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.31%

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

R = 46.69%
G = 53.31%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#A2B900 (or 0xA2B900) is known color: Citrus. HEX triplet: A2, B9 and 00. RGB value is (162,185,0). Sum of RGB (Red+Green+Blue) = 162+185+0=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 185 (72.66% from 255 or 53.31% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B900 is #5D46FF. Grayscale: #9D9D9D. Windows color (decimal): -6113024 or 47522. OLE color: 47522.

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

Color convert

RGB 162 185 0 -
CMYK 0.12 0 1 0.27
HSL 67.46º 1% 0.36% -
HSV(B) 67.46º 1% 0.73% -
XYZ 32.25 42.38 6.48 -
YUV 157.03 39.38 131.54 -
System Red Green Blue C M Y K H S L
Decimal 162 185 0 0.12 0 1 0.27 67.46 1 0.36
Hex A2 B9 0 C 0 64 1B 43 64 24
Octal 242 271 0 14 0 144 33 103 144 44
Binary 10100010 10111001 0 1100 0 1100100 11011 1000011 1100100 100100

Color Harmonies of #A2B900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B900

Black with #A2B900

Text Example


Text Example

White with #A2B900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B900; }

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

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

background-color css

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

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

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

border-color css

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

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

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