Html Css Color HEX #BCDC20 Fuego

📋 copy color: '#BCDC20'

red 188 ◦ green 220 ◦ blue 32

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

Shades of Fuego #BCDC20

Tints of Fuego #BCDC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.27%

R = 42.73%
G = 50%
B = 7.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#BCDC20 (or 0xBCDC20) is known color: Fuego. HEX triplet: BC, DC and 20. RGB value is (188,220,32). Sum of RGB (Red+Green+Blue) = 188+220+32=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC20 is #4323DF. Grayscale: #BDBDBD. Windows color (decimal): -4400096 or 2153660. OLE color: 2153660.

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

Color convert

RGB 188 220 32 -
CMYK 0.15 0 0.85 0.14
HSL 70.21º 0.75% 0.49% -
HSV(B) 70.21º 0.85% 0.86% -
XYZ 46.59 61.98 10.87 -
YUV 189 39.4 127.29 -
System Red Green Blue C M Y K H S L
Decimal 188 220 32 0.15 0 0.85 0.14 70.21 0.75 0.49
Hex BC DC 20 F 0 55 E 46 4B 31
Octal 274 334 40 17 0 125 16 106 113 61
Binary 10111100 11011100 100000 1111 0 1010101 1110 1000110 1001011 110001

Color Harmonies of #BCDC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC20

Black with #BCDC20

Text Example


Text Example

White with #BCDC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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