Html Css Color HEX #BCE728 Fuego

📋 copy color: '#BCE728'

red 188 ◦ green 231 ◦ blue 40

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

Shades of Fuego #BCE728

Tints of Fuego #BCE728

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.33%

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

R = 40.96%
G = 50.33%
B = 8.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#BCE728 (or 0xBCE728) is known color: Fuego. HEX triplet: BC, E7 and 28. RGB value is (188,231,40). Sum of RGB (Red+Green+Blue) = 188+231+40=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 231 (90.62% from 255 or 50.33% from 459); Blue value is 40 (16.02% from 255 or 8.71% from 459); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE728 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE728 is #4318D7. Grayscale: #C5C5C5. Windows color (decimal): -4397272 or 2680764. OLE color: 2680764.

HSL color Cylindrical-coordinate representation of color #BCE728: hue angle of 73.51º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCE728 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 231 40 -
CMYK 0.19 0 0.83 0.09
HSL 73.51º 0.8% 0.53% -
HSV(B) 73.51º 0.83% 0.91% -
XYZ 49.7 68 12.51 -
YUV 196.37 39.75 122.03 -
System Red Green Blue C M Y K H S L
Decimal 188 231 40 0.19 0 0.83 0.09 73.51 0.8 0.53
Hex BC E7 28 13 0 53 9 4A 50 35
Octal 274 347 50 23 0 123 11 112 120 65
Binary 10111100 11100111 101000 10011 0 1010011 1001 1001010 1010000 110101

Color Harmonies of #BCE728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE728

Black with #BCE728

Text Example


Text Example

White with #BCE728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE728; }

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

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

background-color css

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

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

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

border-color css

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

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

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