Html Css Color HEX #BCD91F Fuego

📋 copy color: '#BCD91F'

red 188 ◦ green 217 ◦ blue 31

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

Shades of Fuego #BCD91F

Tints of Fuego #BCD91F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.77%

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

R = 43.12%
G = 49.77%
B = 7.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#BCD91F (or 0xBCD91F) is known color: Fuego. HEX triplet: BC, D9 and 1F. RGB value is (188,217,31). Sum of RGB (Red+Green+Blue) = 188+217+31=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 31 (12.5% from 255 or 7.11% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD91F is #4326E0. Grayscale: #BBBBBB. Windows color (decimal): -4400865 or 2087356. OLE color: 2087356.

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

Color convert

RGB 188 217 31 -
CMYK 0.13 0 0.86 0.15
HSL 69.35º 0.75% 0.49% -
HSV(B) 69.35º 0.86% 0.85% -
XYZ 45.8 60.42 10.54 -
YUV 187.13 39.89 128.62 -
System Red Green Blue C M Y K H S L
Decimal 188 217 31 0.13 0 0.86 0.15 69.35 0.75 0.49
Hex BC D9 1F D 0 56 F 45 4B 31
Octal 274 331 37 15 0 126 17 105 113 61
Binary 10111100 11011001 11111 1101 0 1010110 1111 1000101 1001011 110001

Color Harmonies of #BCD91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD91F

Black with #BCD91F

Text Example


Text Example

White with #BCD91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD91F; }

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

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

background-color css

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

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

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

border-color css

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

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

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