Html Css Color HEX #BCE130 Fuego

📋 copy color: '#BCE130'

red 188 ◦ green 225 ◦ blue 48

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

Shades of Fuego #BCE130

Tints of Fuego #BCE130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.41%

R = 40.78%
G = 48.81%
B = 10.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#BCE130 (or 0xBCE130) is known color: Fuego. HEX triplet: BC, E1 and 30. RGB value is (188,225,48). Sum of RGB (Red+Green+Blue) = 188+225+48=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE130 is #431ECF. Grayscale: #C2C2C2. Windows color (decimal): -4398800 or 3203516. OLE color: 3203516.

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

Color convert

RGB 188 225 48 -
CMYK 0.16 0 0.79 0.12
HSL 72.54º 0.75% 0.54% -
HSV(B) 72.54º 0.79% 0.88% -
XYZ 48.2 64.76 12.76 -
YUV 193.76 45.74 123.89 -
System Red Green Blue C M Y K H S L
Decimal 188 225 48 0.16 0 0.79 0.12 72.54 0.75 0.54
Hex BC E1 30 10 0 4F C 49 4B 36
Octal 274 341 60 20 0 117 14 111 113 66
Binary 10111100 11100001 110000 10000 0 1001111 1100 1001001 1001011 110110

Color Harmonies of #BCE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE130

Black with #BCE130

Text Example


Text Example

White with #BCE130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE130; }

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

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

background-color css

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

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

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

border-color css

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

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

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