#BFC53A

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

Shades of Fuego #BFC53A

Tints of Fuego #BFC53A

Color information

#BFC53A (or 0xBFC53A) is unknown color: approx Fuego. HEX triplet: BF, C5 and 3A. RGB value is (191,197,58). Sum of RGB (Red+Green+Blue) = 191+197+58=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 58 (23.05% from 255 or 13.00% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC53A is #403AC5. Grayscale: #B3B3B3. Windows color (decimal): -4209350 or 3851711. OLE color: 3851711.

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

Color convert

RGB19119758-
CMYK0.0300.710.23
HSL62.59º54.51%50%-
HSV(B)62.59º70.56%77.25%-
XYZ42.2251.3111.68-
YUV179.3659.51136.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 197 (77.34% from 255) = 44.17%
BLUE value IS 58 (23.05% from 255) = 13.00%
R=42.83%
G=44.17%
B=13.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191197580.0300.710.2362.5954.5150
HexBFC53A3047173f3732
Octal277305723010727776762
Binary1011111111000101111010110100011110111111111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC53A; }

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

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

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

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

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

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

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

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