#BFC52B

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

Shades of Fuego #BFC52B

Tints of Fuego #BFC52B

Color information

#BFC52B (or 0xBFC52B) is unknown color: approx Fuego. HEX triplet: BF, C5 and 2B. RGB value is (191,197,43). Sum of RGB (Red+Green+Blue) = 191+197+43=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC52B is #403AD4. Grayscale: #B2B2B2. Windows color (decimal): -4209365 or 2868671. OLE color: 2868671.

HSL color Cylindrical-coordinate representation of color #BFC52B: hue angle of 62.34º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFC52B is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB19119743-
CMYK0.0300.780.23
HSL62.34º64.17%47.06%-
HSV(B)62.34º78.17%77.25%-
XYZ41.8951.189.96-
YUV177.6552.01137.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 197 (77.34% from 255) = 45.71%
BLUE value IS 43 (17.19% from 255) = 9.98%
R=44.32%
G=45.71%
B=9.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191197430.0300.780.2362.3464.1747.06
HexBFC52B304E173e402f
Octal2773055330116277610057
Binary10111111110001011010111101001110101111111101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC52B; }

 p { color: rgb(191,197,43); }

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

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

 a { background-color: rgb(191,197,43); }

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

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

 span { border-color: rgb(191,197,43); }

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