#BFC72C

Color #BFC72C Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #BFC72C

Tints of Fuego #BFC72C

Color information

#BFC72C (or 0xBFC72C) is unknown color: approx Fuego. HEX triplet: BF, C7 and 2C. RGB value is (191,199,44). Sum of RGB (Red+Green+Blue) = 191+199+44=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC72C is #4038D3. Grayscale: #B3B3B3. Windows color (decimal): -4208852 or 2934719. OLE color: 2934719.

HSL color Cylindrical-coordinate representation of color #BFC72C: hue angle of 63.1º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFC72C is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB19119944-
CMYK0.0400.780.22
HSL63.1º63.79%47.65%-
HSV(B)63.1º77.89%78.04%-
XYZ42.3652.1110.21-
YUV178.9451.85136.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 199 (78.12% from 255) = 45.85%
BLUE value IS 44 (17.58% from 255) = 10.14%
R=44.01%
G=45.85%
B=10.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191199440.0400.780.2263.163.7947.65
HexBFC72C404E163f4030
Octal2773075440116267710060
Binary101111111100011110110010001001110101101111111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC72C; }

 p { color: rgb(191,199,44); }

 H1.HeaderClassName
 {
   color: #BFC72C;
 }
 .AnyTagClassName
 {
   color: #BFC72C;
 }
</style>
background-color css

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

 a { background-color: rgb(191,199,44); }

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

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

 span { border-color: rgb(191,199,44); }

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