#BEC72C

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

Shades of Fuego #BEC72C

Tints of Fuego #BEC72C

Color information

#BEC72C (or 0xBEC72C) is unknown color: approx Fuego. HEX triplet: BE, C7 and 2C. RGB value is (190,199,44). Sum of RGB (Red+Green+Blue) = 190+199+44=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC72C is #4138D3. Grayscale: #B3B3B3. Windows color (decimal): -4274388 or 2934718. OLE color: 2934718.

HSL color Cylindrical-coordinate representation of color #BEC72C: hue angle of 63.48º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEC72C is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB19019944-
CMYK0.0500.780.22
HSL63.48º63.79%47.65%-
HSV(B)63.48º77.89%78.04%-
XYZ42.1151.9810.2-
YUV178.6452.02136.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 199 (78.12% from 255) = 45.96%
BLUE value IS 44 (17.58% from 255) = 10.16%
R=43.88%
G=45.96%
B=10.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190199440.0500.780.2263.4863.7947.65
HexBEC72C504E163f4030
Octal2763075450116267710060
Binary101111101100011110110010101001110101101111111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC72C; }

 p { color: rgb(190,199,44); }

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

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

 a { background-color: rgb(190,199,44); }

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

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

 span { border-color: rgb(190,199,44); }

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