Html Css Color HEX #BCD931 Fuego

📋 copy color: '#BCD931'

red 188 ◦ green 217 ◦ blue 49

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

Shades of Fuego #BCD931

Tints of Fuego #BCD931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.79%

R = 41.41%
G = 47.8%
B = 10.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#BCD931 (or 0xBCD931) is known color: Fuego. HEX triplet: BC, D9 and 31. RGB value is (188,217,49). Sum of RGB (Red+Green+Blue) = 188+217+49=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD931 is #4326CE. Grayscale: #BDBDBD. Windows color (decimal): -4400847 or 3267004. OLE color: 3267004.

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

Color convert

RGB 188 217 49 -
CMYK 0.13 0 0.77 0.15
HSL 70.36º 0.69% 0.52% -
HSV(B) 70.36º 0.77% 0.85% -
XYZ 46.11 60.54 12.16 -
YUV 189.18 48.89 127.16 -
System Red Green Blue C M Y K H S L
Decimal 188 217 49 0.13 0 0.77 0.15 70.36 0.69 0.52
Hex BC D9 31 D 0 4D F 46 45 34
Octal 274 331 61 15 0 115 17 106 105 64
Binary 10111100 11011001 110001 1101 0 1001101 1111 1000110 1000101 110100

Color Harmonies of #BCD931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD931

Black with #BCD931

Text Example


Text Example

White with #BCD931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD931; }

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

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

background-color css

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

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

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

border-color css

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

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

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