Html Css Color HEX #A2BA00 Citrus

📋 copy color: '#A2BA00'

red 162 ◦ green 186 ◦ blue 0

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

Shades of Citrus #A2BA00

Tints of Citrus #A2BA00

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.45%

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

R = 46.55%
G = 53.45%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#A2BA00 (or 0xA2BA00) is known color: Citrus. HEX triplet: A2, BA and 00. RGB value is (162,186,0). Sum of RGB (Red+Green+Blue) = 162+186+0=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BA00 is #5D45FF. Grayscale: #9E9E9E. Windows color (decimal): -6112768 or 47778. OLE color: 47778.

HSL color Cylindrical-coordinate representation of color #A2BA00: hue angle of 67.74º 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 #A2BA00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 186 0 -
CMYK 0.13 0 1 0.27
HSL 67.74º 1% 0.36% -
HSV(B) 67.74º 1% 0.73% -
XYZ 32.46 42.8 6.55 -
YUV 157.62 39.05 131.12 -
System Red Green Blue C M Y K H S L
Decimal 162 186 0 0.13 0 1 0.27 67.74 1 0.36
Hex A2 BA 0 D 0 64 1B 44 64 24
Octal 242 272 0 15 0 144 33 104 144 44
Binary 10100010 10111010 0 1101 0 1100100 11011 1000100 1100100 100100

Color Harmonies of #A2BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BA00

Black with #A2BA00

Text Example


Text Example

White with #A2BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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