Html Css Color HEX #BCE329 Fuego

📋 copy color: '#BCE329'

red 188 ◦ green 227 ◦ blue 41

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

Shades of Fuego #BCE329

Tints of Fuego #BCE329

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.78%

 BLUE value IS 41 (16.41% from 255) = 8.99%

R = 41.23%
G = 49.78%
B = 8.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#BCE329 (or 0xBCE329) is known color: Fuego. HEX triplet: BC, E3 and 29. RGB value is (188,227,41). Sum of RGB (Red+Green+Blue) = 188+227+41=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE329 is #431CD6. Grayscale: #C2C2C2. Windows color (decimal): -4398295 or 2745276. OLE color: 2745276.

HSL color Cylindrical-coordinate representation of color #BCE329: hue angle of 72.58º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCE329 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 227 41 -
CMYK 0.17 0 0.82 0.11
HSL 72.58º 0.77% 0.53% -
HSV(B) 72.58º 0.82% 0.89% -
XYZ 48.61 65.79 12.23 -
YUV 194.14 41.58 123.62 -
System Red Green Blue C M Y K H S L
Decimal 188 227 41 0.17 0 0.82 0.11 72.58 0.77 0.53
Hex BC E3 29 11 0 52 B 49 4D 35
Octal 274 343 51 21 0 122 13 111 115 65
Binary 10111100 11100011 101001 10001 0 1010010 1011 1001001 1001101 110101

Color Harmonies of #BCE329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE329

Black with #BCE329

Text Example


Text Example

White with #BCE329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE329; }

 p { color: rgb(188,227,41); }

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

background-color css

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

 a { background-color: rgb(188,227,41); }

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

border-color css

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

 span { border-color: rgb(188,227,41); }

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