Html Css Color HEX #A2BE03 Citrus

📋 copy color: '#A2BE03'

red 162 ◦ green 190 ◦ blue 3

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

Shades of Citrus #A2BE03

Tints of Citrus #A2BE03

RGB

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

 GREEN value IS 190 (74.61% from 255) = 53.52%

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 45.63%
G = 53.52%
B = 0.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#A2BE03 (or 0xA2BE03) is known color: Citrus. HEX triplet: A2, BE and 03. RGB value is (162,190,3). Sum of RGB (Red+Green+Blue) = 162+190+3=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BE03 is #5D41FC. Grayscale: #A1A1A1. Windows color (decimal): -6111741 or 245410. OLE color: 245410.

HSL color Cylindrical-coordinate representation of color #A2BE03: hue angle of 68.98º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2BE03 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 190 3 -
CMYK 0.15 0 0.98 0.25
HSL 68.98º 0.97% 0.38% -
HSV(B) 68.98º 0.98% 0.75% -
XYZ 33.33 44.51 6.92 -
YUV 160.31 39.22 129.21 -
System Red Green Blue C M Y K H S L
Decimal 162 190 3 0.15 0 0.98 0.25 68.98 0.97 0.38
Hex A2 BE 3 F 0 62 19 45 61 26
Octal 242 276 3 17 0 142 31 105 141 46
Binary 10100010 10111110 11 1111 0 1100010 11001 1000101 1100001 100110

Color Harmonies of #A2BE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE03

Black with #A2BE03

Text Example


Text Example

White with #A2BE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE03; }

 p { color: rgb(162,190,3); }

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

background-color css

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

 a { background-color: rgb(162,190,3); }

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

border-color css

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

 span { border-color: rgb(162,190,3); }

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