Html Css Color HEX #BCE328 Fuego

📋 copy color: '#BCE328'

red 188 ◦ green 227 ◦ blue 40

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

Shades of Fuego #BCE328

Tints of Fuego #BCE328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.79%

R = 41.32%
G = 49.89%
B = 8.79%

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

#BCE328 (or 0xBCE328) is known color: Fuego. HEX triplet: BC, E3 and 28. RGB value is (188,227,40). Sum of RGB (Red+Green+Blue) = 188+227+40=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 227 (89.06% from 255 or 49.89% from 455); Blue value is 40 (16.02% from 255 or 8.79% from 455); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE328 is #431CD7. Grayscale: #C2C2C2. Windows color (decimal): -4398296 or 2679740. OLE color: 2679740.

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

Color convert

RGB 188 227 40 -
CMYK 0.17 0 0.82 0.11
HSL 72.51º 0.77% 0.52% -
HSV(B) 72.51º 0.82% 0.89% -
XYZ 48.59 65.78 12.14 -
YUV 194.02 41.08 123.71 -
System Red Green Blue C M Y K H S L
Decimal 188 227 40 0.17 0 0.82 0.11 72.51 0.77 0.52
Hex BC E3 28 11 0 52 B 49 4D 34
Octal 274 343 50 21 0 122 13 111 115 64
Binary 10111100 11100011 101000 10001 0 1010010 1011 1001001 1001101 110100

Color Harmonies of #BCE328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE328

Black with #BCE328

Text Example


Text Example

White with #BCE328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE328; }

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

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

background-color css

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

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

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

border-color css

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

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

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