Html Css Color HEX #BCE426 Fuego

📋 copy color: '#BCE426'

red 188 ◦ green 228 ◦ blue 38

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

Shades of Fuego #BCE426

Tints of Fuego #BCE426

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50.22%

 BLUE value IS 38 (15.23% from 255) = 8.37%

R = 41.41%
G = 50.22%
B = 8.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#BCE426 (or 0xBCE426) is known color: Fuego. HEX triplet: BC, E4 and 26. RGB value is (188,228,38). Sum of RGB (Red+Green+Blue) = 188+228+38=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 228 (89.45% from 255 or 50.22% from 454); Blue value is 38 (15.23% from 255 or 8.37% from 454); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE426 is #431BD9. Grayscale: #C3C3C3. Windows color (decimal): -4398042 or 2548924. OLE color: 2548924.

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

Color convert

RGB 188 228 38 -
CMYK 0.18 0 0.83 0.11
HSL 72.63º 0.78% 0.52% -
HSV(B) 72.63º 0.83% 0.89% -
XYZ 48.83 66.32 12.06 -
YUV 194.38 39.75 123.45 -
System Red Green Blue C M Y K H S L
Decimal 188 228 38 0.18 0 0.83 0.11 72.63 0.78 0.52
Hex BC E4 26 12 0 53 B 49 4E 34
Octal 274 344 46 22 0 123 13 111 116 64
Binary 10111100 11100100 100110 10010 0 1010011 1011 1001001 1001110 110100

Color Harmonies of #BCE426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE426

Black with #BCE426

Text Example


Text Example

White with #BCE426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE426; }

 p { color: rgb(188,228,38); }

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

background-color css

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

 a { background-color: rgb(188,228,38); }

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

border-color css

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

 span { border-color: rgb(188,228,38); }

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