Html Css Color HEX #BCDC28 Fuego

📋 copy color: '#BCDC28'

red 188 ◦ green 220 ◦ blue 40

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

Shades of Fuego #BCDC28

Tints of Fuego #BCDC28

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.11%

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

R = 41.96%
G = 49.11%
B = 8.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#BCDC28 (or 0xBCDC28) is known color: Fuego. HEX triplet: BC, DC and 28. RGB value is (188,220,40). Sum of RGB (Red+Green+Blue) = 188+220+40=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 40 (16.02% from 255 or 8.93% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC28 is #4323D7. Grayscale: #BEBEBE. Windows color (decimal): -4400088 or 2677948. OLE color: 2677948.

HSL color Cylindrical-coordinate representation of color #BCDC28: hue angle of 70.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCDC28 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 40 -
CMYK 0.15 0 0.82 0.14
HSL 70.67º 0.72% 0.51% -
HSV(B) 70.67º 0.82% 0.86% -
XYZ 46.72 62.03 11.52 -
YUV 189.91 43.4 126.64 -
System Red Green Blue C M Y K H S L
Decimal 188 220 40 0.15 0 0.82 0.14 70.67 0.72 0.51
Hex BC DC 28 F 0 52 E 47 48 33
Octal 274 334 50 17 0 122 16 107 110 63
Binary 10111100 11011100 101000 1111 0 1010010 1110 1000111 1001000 110011

Color Harmonies of #BCDC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC28

Black with #BCDC28

Text Example


Text Example

White with #BCDC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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