Html Css Color HEX #BFD131 Fuego

📋 copy color: '#BFD131'

red 191 ◦ green 209 ◦ blue 49

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

Shades of Fuego #BFD131

Tints of Fuego #BFD131

RGB

 RED value IS 191 (75% from 255) = 42.54%

 GREEN value IS 209 (82.03% from 255) = 46.55%

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

R = 42.54%
G = 46.55%
B = 10.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#BFD131 (or 0xBFD131) is known color: Fuego. HEX triplet: BF, D1 and 31. RGB value is (191,209,49). Sum of RGB (Red+Green+Blue) = 191+209+49=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 49 (19.53% from 255 or 10.91% from 449); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD131 is #402ECE. Grayscale: #B9B9B9. Windows color (decimal): -4206287 or 3264959. OLE color: 3264959.

HSL color Cylindrical-coordinate representation of color #BFD131: hue angle of 66.75º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFD131 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 209 49 -
CMYK 0.09 0 0.77 0.18
HSL 66.75º 0.63% 0.51% -
HSV(B) 66.75º 0.77% 0.82% -
XYZ 44.84 56.9 11.52 -
YUV 185.38 51.04 132.01 -
System Red Green Blue C M Y K H S L
Decimal 191 209 49 0.09 0 0.77 0.18 66.75 0.63 0.51
Hex BF D1 31 9 0 4D 12 43 3F 33
Octal 277 321 61 11 0 115 22 103 77 63
Binary 10111111 11010001 110001 1001 0 1001101 10010 1000011 111111 110011

Color Harmonies of #BFD131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD131

Black with #BFD131

Text Example


Text Example

White with #BFD131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD131; }

 p { color: rgb(191,209,49); }

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

background-color css

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

 a { background-color: rgb(191,209,49); }

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

border-color css

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

 span { border-color: rgb(191,209,49); }

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