#BECF39

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

Shades of Fuego #BECF39

Tints of Fuego #BECF39

Color information

#BECF39 (or 0xBECF39) is unknown color: approx Fuego. HEX triplet: BE, CF and 39. RGB value is (190,207,57). Sum of RGB (Red+Green+Blue) = 190+207+57=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 57 (22.66% from 255 or 12.56% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECF39 is #4130C6. Grayscale: #B9B9B9. Windows color (decimal): -4272327 or 3788734. OLE color: 3788734.

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

Color convert

RGB19020757-
CMYK0.0800.720.19
HSL66.8º60.98%51.76%-
HSV(B)66.8º72.46%81.18%-
XYZ44.2955.8712.32-
YUV184.8255.87131.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 207 (81.25% from 255) = 45.59%
BLUE value IS 57 (22.66% from 255) = 12.56%
R=41.85%
G=45.59%
B=12.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal190207570.0800.720.1966.860.9851.76
HexBECF39804813433d34
Octal27631771100110231037564
Binary1011111011001111111001100001001000100111000011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECF39; }

 p { color: rgb(190,207,57); }

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

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

 a { background-color: rgb(190,207,57); }

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

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

 span { border-color: rgb(190,207,57); }

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