Html Css Color HEX #A2BE04 Citrus

📋 copy color: '#A2BE04'

red 162 ◦ green 190 ◦ blue 4

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

Shades of Citrus #A2BE04

Tints of Citrus #A2BE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 45.51%
G = 53.37%
B = 1.12%

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

#A2BE04 (or 0xA2BE04) is known color: Citrus. HEX triplet: A2, BE and 04. RGB value is (162,190,4). Sum of RGB (Red+Green+Blue) = 162+190+4=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 190 (74.61% from 255 or 53.37% from 356); Blue value is 4 (1.95% from 255 or 1.12% from 356); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BE04 is #5D41FB. Grayscale: #A1A1A1. Windows color (decimal): -6111740 or 310946. OLE color: 310946.

HSL color Cylindrical-coordinate representation of color #A2BE04: hue angle of 69.03º degrees, saturation: 0.96, 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 #A2BE04 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 190 4 -
CMYK 0.15 0 0.98 0.25
HSL 69.03º 0.96% 0.38% -
HSV(B) 69.03º 0.98% 0.75% -
XYZ 33.34 44.52 6.95 -
YUV 160.42 39.72 129.12 -
System Red Green Blue C M Y K H S L
Decimal 162 190 4 0.15 0 0.98 0.25 69.03 0.96 0.38
Hex A2 BE 4 F 0 62 19 45 60 26
Octal 242 276 4 17 0 142 31 105 140 46
Binary 10100010 10111110 100 1111 0 1100010 11001 1000101 1100000 100110

Color Harmonies of #A2BE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE04

Black with #A2BE04

Text Example


Text Example

White with #A2BE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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