Html Css Color HEX #BEC831 Fuego

📋 copy color: '#BEC831'

red 190 ◦ green 200 ◦ blue 49

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

Shades of Fuego #BEC831

Tints of Fuego #BEC831

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.56%

 BLUE value IS 49 (19.53% from 255) = 11.16%

R = 43.28%
G = 45.56%
B = 11.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#BEC831 (or 0xBEC831) is known color: Fuego. HEX triplet: BE, C8 and 31. RGB value is (190,200,49). Sum of RGB (Red+Green+Blue) = 190+200+49=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC831 is #4137CE. Grayscale: #B4B4B4. Windows color (decimal): -4274127 or 3262654. OLE color: 3262654.

HSL color Cylindrical-coordinate representation of color #BEC831: hue angle of 63.97º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BEC831 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 200 49 -
CMYK 0.05 0 0.76 0.22
HSL 63.97º 0.61% 0.49% -
HSV(B) 63.97º 0.76% 0.78% -
XYZ 42.44 52.48 10.8 -
YUV 179.8 54.19 135.28 -
System Red Green Blue C M Y K H S L
Decimal 190 200 49 0.05 0 0.76 0.22 63.97 0.61 0.49
Hex BE C8 31 5 0 4C 16 40 3D 31
Octal 276 310 61 5 0 114 26 100 75 61
Binary 10111110 11001000 110001 101 0 1001100 10110 1000000 111101 110001

Color Harmonies of #BEC831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC831

Black with #BEC831

Text Example


Text Example

White with #BEC831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC831; }

 p { color: rgb(190,200,49); }

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

background-color css

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

 a { background-color: rgb(190,200,49); }

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

border-color css

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

 span { border-color: rgb(190,200,49); }

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