Html Css Color HEX #BCDC1E Fuego

📋 copy color: '#BCDC1E'

red 188 ◦ green 220 ◦ blue 30

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

Shades of Fuego #BCDC1E

Tints of Fuego #BCDC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.85%

R = 42.92%
G = 50.23%
B = 6.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#BCDC1E (or 0xBCDC1E) is known color: Fuego. HEX triplet: BC, DC and 1E. RGB value is (188,220,30). Sum of RGB (Red+Green+Blue) = 188+220+30=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC1E is #4323E1. Grayscale: #BDBDBD. Windows color (decimal): -4400098 or 2022588. OLE color: 2022588.

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

Color convert

RGB 188 220 30 -
CMYK 0.15 0 0.86 0.14
HSL 70.11º 0.76% 0.49% -
HSV(B) 70.11º 0.86% 0.86% -
XYZ 46.57 61.97 10.74 -
YUV 188.77 38.4 127.45 -
System Red Green Blue C M Y K H S L
Decimal 188 220 30 0.15 0 0.86 0.14 70.11 0.76 0.49
Hex BC DC 1E F 0 56 E 46 4C 31
Octal 274 334 36 17 0 126 16 106 114 61
Binary 10111100 11011100 11110 1111 0 1010110 1110 1000110 1001100 110001

Color Harmonies of #BCDC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC1E

Black with #BCDC1E

Text Example


Text Example

White with #BCDC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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