#BEC72D

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

Shades of Fuego #BEC72D

Tints of Fuego #BEC72D

Color information

#BEC72D (or 0xBEC72D) is unknown color: approx Fuego. HEX triplet: BE, C7 and 2D. RGB value is (190,199,45). Sum of RGB (Red+Green+Blue) = 190+199+45=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC72D is #4138D2. Grayscale: #B3B3B3. Windows color (decimal): -4274387 or 3000254. OLE color: 3000254.

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

Color convert

RGB19019945-
CMYK0.0500.770.22
HSL63.51º63.11%47.84%-
HSV(B)63.51º77.39%78.04%-
XYZ42.1351.9810.3-
YUV178.7552.52136.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 199 (78.12% from 255) = 45.85%
BLUE value IS 45 (17.97% from 255) = 10.37%
R=43.78%
G=45.85%
B=10.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190199450.0500.770.2263.5163.1147.84
HexBEC72D504D16403f30
Octal2763075550115261007760
Binary101111101100011110110110101001101101101000000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC72D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC72D; }

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

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

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

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

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

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

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

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