#BFC93A

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

Shades of Fuego #BFC93A

Tints of Fuego #BFC93A

Color information

#BFC93A (or 0xBFC93A) is unknown color: approx Fuego. HEX triplet: BF, C9 and 3A. RGB value is (191,201,58). Sum of RGB (Red+Green+Blue) = 191+201+58=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 58 (23.05% from 255 or 12.89% from 450); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC93A is #4036C5. Grayscale: #B6B6B6. Windows color (decimal): -4208326 or 3852735. OLE color: 3852735.

HSL color Cylindrical-coordinate representation of color #BFC93A: hue angle of 64.2º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFC93A is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB19120158-
CMYK0.0500.710.21
HSL64.2º56.97%50.78%-
HSV(B)64.2º71.14%78.82%-
XYZ43.1453.1611.99-
YUV181.7158.19134.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 201 (78.91% from 255) = 44.67%
BLUE value IS 58 (23.05% from 255) = 12.89%
R=42.44%
G=44.67%
B=12.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191201580.0500.710.2164.256.9750.78
HexBFC93A504715403933
Octal2773117250107251007163
Binary101111111100100111101010101000111101011000000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC93A; }

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

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

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

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

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

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

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

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