Html Css Color HEX #BCDC1F Fuego

📋 copy color: '#BCDC1F'

red 188 ◦ green 220 ◦ blue 31

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

Shades of Fuego #BCDC1F

Tints of Fuego #BCDC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.06%

R = 42.82%
G = 50.11%
B = 7.06%

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

#BCDC1F (or 0xBCDC1F) is known color: Fuego. HEX triplet: BC, DC and 1F. RGB value is (188,220,31). Sum of RGB (Red+Green+Blue) = 188+220+31=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 31 (12.5% from 255 or 7.06% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC1F is #4323E0. Grayscale: #BDBDBD. Windows color (decimal): -4400097 or 2088124. OLE color: 2088124.

HSL color Cylindrical-coordinate representation of color #BCDC1F: hue angle of 70.16º degrees, saturation: 0.75, 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 #BCDC1F is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 31 -
CMYK 0.15 0 0.86 0.14
HSL 70.16º 0.75% 0.49% -
HSV(B) 70.16º 0.86% 0.86% -
XYZ 46.58 61.98 10.8 -
YUV 188.89 38.9 127.37 -
System Red Green Blue C M Y K H S L
Decimal 188 220 31 0.15 0 0.86 0.14 70.16 0.75 0.49
Hex BC DC 1F F 0 56 E 46 4B 31
Octal 274 334 37 17 0 126 16 106 113 61
Binary 10111100 11011100 11111 1111 0 1010110 1110 1000110 1001011 110001

Color Harmonies of #BCDC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC1F

Black with #BCDC1F

Text Example


Text Example

White with #BCDC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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