Html Css Color HEX #BCE52C Fuego

📋 copy color: '#BCE52C'

red 188 ◦ green 229 ◦ blue 44

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

Shades of Fuego #BCE52C

Tints of Fuego #BCE52C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.67%

 BLUE value IS 44 (17.58% from 255) = 9.54%

R = 40.78%
G = 49.67%
B = 9.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#BCE52C (or 0xBCE52C) is known color: Fuego. HEX triplet: BC, E5 and 2C. RGB value is (188,229,44). Sum of RGB (Red+Green+Blue) = 188+229+44=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 44 (17.58% from 255 or 9.54% from 461); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE52C is #431AD3. Grayscale: #C4C4C4. Windows color (decimal): -4397780 or 2942396. OLE color: 2942396.

HSL color Cylindrical-coordinate representation of color #BCE52C: hue angle of 73.3º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCE52C is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 229 44 -
CMYK 0.18 0 0.81 0.10
HSL 73.3º 0.78% 0.54% -
HSV(B) 73.3º 0.81% 0.9% -
XYZ 49.21 66.91 12.7 -
YUV 195.65 42.42 122.54 -
System Red Green Blue C M Y K H S L
Decimal 188 229 44 0.18 0 0.81 0.10 73.3 0.78 0.54
Hex BC E5 2C 12 0 51 A 49 4E 36
Octal 274 345 54 22 0 121 12 111 116 66
Binary 10111100 11100101 101100 10010 0 1010001 1010 1001001 1001110 110110

Color Harmonies of #BCE52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE52C

Black with #BCE52C

Text Example


Text Example

White with #BCE52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE52C; }

 p { color: rgb(188,229,44); }

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

background-color css

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

 a { background-color: rgb(188,229,44); }

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

border-color css

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

 span { border-color: rgb(188,229,44); }

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