#BCCF37

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

Shades of Fuego #BCCF37

Tints of Fuego #BCCF37

Color information

#BCCF37 (or 0xBCCF37) is unknown color: approx Fuego. HEX triplet: BC, CF and 37. RGB value is (188,207,55). Sum of RGB (Red+Green+Blue) = 188+207+55=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 55 (21.88% from 255 or 12.22% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCF37 is #4330C8. Grayscale: #B8B8B8. Windows color (decimal): -4403401 or 3657660. OLE color: 3657660.

HSL color Cylindrical-coordinate representation of color #BCCF37: hue angle of 67.5º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCCF37 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB18820755-
CMYK0.0900.730.19
HSL67.5º61.29%51.37%-
HSV(B)67.5º73.43%81.18%-
XYZ43.7455.5912.04-
YUV183.9955.21130.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 207 (81.25% from 255) = 46%
BLUE value IS 55 (21.88% from 255) = 12.22%
R=41.78%
G=46%
B=12.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal188207550.0900.730.1967.561.2951.37
HexBCCF37904913443d33
Octal27431767110111231047563
Binary1011110011001111110111100101001001100111000100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCF37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCF37; }

 p { color: rgb(188,207,55); }

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

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

 a { background-color: rgb(188,207,55); }

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

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

 span { border-color: rgb(188,207,55); }

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