Html Css Color HEX #BEEB2A Fuego

📋 copy color: '#BEEB2A'

red 190 ◦ green 235 ◦ blue 42

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

Shades of Fuego #BEEB2A

Tints of Fuego #BEEB2A

RGB

 RED value IS 190 (74.61% from 255) = 40.69%

 GREEN value IS 235 (92.19% from 255) = 50.32%

 BLUE value IS 42 (16.8% from 255) = 8.99%

R = 40.69%
G = 50.32%
B = 8.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#BEEB2A (or 0xBEEB2A) is known color: Fuego. HEX triplet: BE, EB and 2A. RGB value is (190,235,42). Sum of RGB (Red+Green+Blue) = 190+235+42=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEB2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEEB2A is #4114D5. Grayscale: #C8C8C8. Windows color (decimal): -4265174 or 2812862. OLE color: 2812862.

HSL color Cylindrical-coordinate representation of color #BEEB2A: hue angle of 73.99º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEEB2A is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 235 42 -
CMYK 0.19 0 0.82 0.08
HSL 73.99º 0.83% 0.54% -
HSV(B) 73.99º 0.82% 0.92% -
XYZ 51.36 70.53 13.1 -
YUV 199.54 39.09 121.19 -
System Red Green Blue C M Y K H S L
Decimal 190 235 42 0.19 0 0.82 0.08 73.99 0.83 0.54
Hex BE EB 2A 13 0 52 8 4A 53 36
Octal 276 353 52 23 0 122 10 112 123 66
Binary 10111110 11101011 101010 10011 0 1010010 1000 1001010 1010011 110110

Color Harmonies of #BEEB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEB2A

Black with #BEEB2A

Text Example


Text Example

White with #BEEB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEB2A; }

 p { color: rgb(190,235,42); }

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

background-color css

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

 a { background-color: rgb(190,235,42); }

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

border-color css

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

 span { border-color: rgb(190,235,42); }

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