Html Css Color HEX #BCE028 Fuego

📋 copy color: '#BCE028'

red 188 ◦ green 224 ◦ blue 40

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

Shades of Fuego #BCE028

Tints of Fuego #BCE028

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.56%

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

R = 41.59%
G = 49.56%
B = 8.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#BCE028 (or 0xBCE028) is known color: Fuego. HEX triplet: BC, E0 and 28. RGB value is (188,224,40). Sum of RGB (Red+Green+Blue) = 188+224+40=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 224 (87.89% from 255 or 49.56% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE028 is #431FD7. Grayscale: #C0C0C0. Windows color (decimal): -4399064 or 2678972. OLE color: 2678972.

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

Color convert

RGB 188 224 40 -
CMYK 0.16 0 0.82 0.12
HSL 71.74º 0.75% 0.52% -
HSV(B) 71.74º 0.82% 0.88% -
XYZ 47.78 64.16 11.87 -
YUV 192.26 42.07 124.96 -
System Red Green Blue C M Y K H S L
Decimal 188 224 40 0.16 0 0.82 0.12 71.74 0.75 0.52
Hex BC E0 28 10 0 52 C 48 4B 34
Octal 274 340 50 20 0 122 14 110 113 64
Binary 10111100 11100000 101000 10000 0 1010010 1100 1001000 1001011 110100

Color Harmonies of #BCE028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE028

Black with #BCE028

Text Example


Text Example

White with #BCE028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE028; }

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

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

background-color css

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

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

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

border-color css

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

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

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