Html Css Color HEX #BCE027 Fuego

📋 copy color: '#BCE027'

red 188 ◦ green 224 ◦ blue 39

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

Shades of Fuego #BCE027

Tints of Fuego #BCE027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.65%

R = 41.69%
G = 49.67%
B = 8.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#BCE027 (or 0xBCE027) is known color: Fuego. HEX triplet: BC, E0 and 27. RGB value is (188,224,39). Sum of RGB (Red+Green+Blue) = 188+224+39=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 224 (87.89% from 255 or 49.67% from 451); Blue value is 39 (15.62% from 255 or 8.65% from 451); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE027 is #431FD8. Grayscale: #C0C0C0. Windows color (decimal): -4399065 or 2613436. OLE color: 2613436.

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

Color convert

RGB 188 224 39 -
CMYK 0.16 0 0.83 0.12
HSL 71.68º 0.75% 0.52% -
HSV(B) 71.68º 0.83% 0.88% -
XYZ 47.76 64.15 11.78 -
YUV 192.15 41.57 125.04 -
System Red Green Blue C M Y K H S L
Decimal 188 224 39 0.16 0 0.83 0.12 71.68 0.75 0.52
Hex BC E0 27 10 0 53 C 48 4B 34
Octal 274 340 47 20 0 123 14 110 113 64
Binary 10111100 11100000 100111 10000 0 1010011 1100 1001000 1001011 110100

Color Harmonies of #BCE027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE027

Black with #BCE027

Text Example


Text Example

White with #BCE027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE027; }

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

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

background-color css

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

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

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

border-color css

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

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

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