Html Css Color HEX #BCE131 Fuego

📋 copy color: '#BCE131'

red 188 ◦ green 225 ◦ blue 49

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

Shades of Fuego #BCE131

Tints of Fuego #BCE131

RGB

 RED value IS 188 (73.83% from 255) = 40.69%

 GREEN value IS 225 (88.28% from 255) = 48.7%

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

R = 40.69%
G = 48.7%
B = 10.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#BCE131 (or 0xBCE131) is known color: Fuego. HEX triplet: BC, E1 and 31. RGB value is (188,225,49). Sum of RGB (Red+Green+Blue) = 188+225+49=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 49 (19.53% from 255 or 10.61% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE131 is #431ECE. Grayscale: #C2C2C2. Windows color (decimal): -4398799 or 3269052. OLE color: 3269052.

HSL color Cylindrical-coordinate representation of color #BCE131: hue angle of 72.61º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCE131 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 49 -
CMYK 0.16 0 0.78 0.12
HSL 72.61º 0.75% 0.54% -
HSV(B) 72.61º 0.78% 0.88% -
XYZ 48.22 64.76 12.86 -
YUV 193.87 46.24 123.81 -
System Red Green Blue C M Y K H S L
Decimal 188 225 49 0.16 0 0.78 0.12 72.61 0.75 0.54
Hex BC E1 31 10 0 4E C 49 4B 36
Octal 274 341 61 20 0 116 14 111 113 66
Binary 10111100 11100001 110001 10000 0 1001110 1100 1001001 1001011 110110

Color Harmonies of #BCE131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE131

Black with #BCE131

Text Example


Text Example

White with #BCE131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE131; }

 p { color: rgb(188,225,49); }

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

background-color css

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

 a { background-color: rgb(188,225,49); }

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

border-color css

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

 span { border-color: rgb(188,225,49); }

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