Html Css Color HEX #BCE528 Fuego

📋 copy color: '#BCE528'

red 188 ◦ green 229 ◦ blue 40

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

Shades of Fuego #BCE528

Tints of Fuego #BCE528

RGB

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

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

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

R = 41.14%
G = 50.11%
B = 8.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#BCE528 (or 0xBCE528) is known color: Fuego. HEX triplet: BC, E5 and 28. RGB value is (188,229,40). Sum of RGB (Red+Green+Blue) = 188+229+40=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 229 (89.84% from 255 or 50.11% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE528 is #431AD7. Grayscale: #C3C3C3. Windows color (decimal): -4397784 or 2680252. OLE color: 2680252.

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

Color convert

RGB 188 229 40 -
CMYK 0.18 0 0.83 0.10
HSL 73.02º 0.78% 0.53% -
HSV(B) 73.02º 0.83% 0.9% -
XYZ 49.14 66.88 12.33 -
YUV 195.2 40.42 122.87 -
System Red Green Blue C M Y K H S L
Decimal 188 229 40 0.18 0 0.83 0.10 73.02 0.78 0.53
Hex BC E5 28 12 0 53 A 49 4E 35
Octal 274 345 50 22 0 123 12 111 116 65
Binary 10111100 11100101 101000 10010 0 1010011 1010 1001001 1001110 110101

Color Harmonies of #BCE528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE528

Black with #BCE528

Text Example


Text Example

White with #BCE528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE528; }

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

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

background-color css

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

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

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

border-color css

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

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

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