Html Css Color HEX #BCE023 Fuego

📋 copy color: '#BCE023'

red 188 ◦ green 224 ◦ blue 35

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

Shades of Fuego #BCE023

Tints of Fuego #BCE023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.83%

R = 42.06%
G = 50.11%
B = 7.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#BCE023 (or 0xBCE023) is known color: Fuego. HEX triplet: BC, E0 and 23. RGB value is (188,224,35). Sum of RGB (Red+Green+Blue) = 188+224+35=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 35 (14.06% from 255 or 7.83% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE023 is #431FDC. Grayscale: #C0C0C0. Windows color (decimal): -4399069 or 2351292. OLE color: 2351292.

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

Color convert

RGB 188 224 35 -
CMYK 0.16 0 0.84 0.12
HSL 71.43º 0.75% 0.51% -
HSV(B) 71.43º 0.84% 0.88% -
XYZ 47.7 64.12 11.45 -
YUV 191.69 39.57 125.37 -
System Red Green Blue C M Y K H S L
Decimal 188 224 35 0.16 0 0.84 0.12 71.43 0.75 0.51
Hex BC E0 23 10 0 54 C 47 4B 33
Octal 274 340 43 20 0 124 14 107 113 63
Binary 10111100 11100000 100011 10000 0 1010100 1100 1000111 1001011 110011

Color Harmonies of #BCE023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE023

Black with #BCE023

Text Example


Text Example

White with #BCE023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE023; }

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

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

background-color css

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

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

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

border-color css

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

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

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