#BFCC36

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

Shades of Fuego #BFCC36

Tints of Fuego #BFCC36

Color information

#BFCC36 (or 0xBFCC36) is unknown color: approx Fuego. HEX triplet: BF, CC and 36. RGB value is (191,204,54). Sum of RGB (Red+Green+Blue) = 191+204+54=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 54 (21.48% from 255 or 12.03% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC36 is #4033C9. Grayscale: #B7B7B7. Windows color (decimal): -4207562 or 3591359. OLE color: 3591359.

HSL color Cylindrical-coordinate representation of color #BFCC36: hue angle of 65.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFCC36 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB19120454-
CMYK0.0600.740.2
HSL65.2º59.52%50.59%-
HSV(B)65.2º73.53%80%-
XYZ43.7454.5311.71-
YUV183.0155.19133.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 204 (80.08% from 255) = 45.43%
BLUE value IS 54 (21.48% from 255) = 12.03%
R=42.54%
G=45.43%
B=12.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal191204540.0600.740.265.259.5250.59
HexBFCC36604A14413c33
Octal2773146660112241017463
Binary101111111100110011011011001001010101001000001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCC36; }

 p { color: rgb(191,204,54); }

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

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

 a { background-color: rgb(191,204,54); }

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

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

 span { border-color: rgb(191,204,54); }

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