Html Css Color HEX #BCEB28 Fuego

📋 copy color: '#BCEB28'

red 188 ◦ green 235 ◦ blue 40

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

Shades of Fuego #BCEB28

Tints of Fuego #BCEB28

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.76%

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

R = 40.6%
G = 50.76%
B = 8.64%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#BCEB28 (or 0xBCEB28) is known color: Fuego. HEX triplet: BC, EB and 28. RGB value is (188,235,40). Sum of RGB (Red+Green+Blue) = 188+235+40=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 235 (92.19% from 255 or 50.76% from 463); Blue value is 40 (16.02% from 255 or 8.64% from 463); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEB28 is #4314D7. Grayscale: #C7C7C7. Windows color (decimal): -4396248 or 2681788. OLE color: 2681788.

HSL color Cylindrical-coordinate representation of color #BCEB28: hue angle of 74.46º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCEB28 is Cyan = 0.2, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 235 40 -
CMYK 0.2 0 0.83 0.08
HSL 74.46º 0.83% 0.54% -
HSV(B) 74.46º 0.83% 0.92% -
XYZ 50.83 70.26 12.89 -
YUV 198.72 38.43 120.36 -
System Red Green Blue C M Y K H S L
Decimal 188 235 40 0.2 0 0.83 0.08 74.46 0.83 0.54
Hex BC EB 28 14 0 53 8 4A 53 36
Octal 274 353 50 24 0 123 10 112 123 66
Binary 10111100 11101011 101000 10100 0 1010011 1000 1001010 1010011 110110

Color Harmonies of #BCEB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEB28

Black with #BCEB28

Text Example


Text Example

White with #BCEB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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