#BEC530

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

Shades of Fuego #BEC530

Tints of Fuego #BEC530

Color information

#BEC530 (or 0xBEC530) is unknown color: approx Fuego. HEX triplet: BE, C5 and 30. RGB value is (190,197,48). Sum of RGB (Red+Green+Blue) = 190+197+48=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC530 is #413ACF. Grayscale: #B2B2B2. Windows color (decimal): -4274896 or 3196350. OLE color: 3196350.

HSL color Cylindrical-coordinate representation of color #BEC530: hue angle of 62.82º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BEC530 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB19019748-
CMYK0.0400.760.23
HSL62.82º60.82%48.04%-
HSV(B)62.82º75.63%77.25%-
XYZ41.7351.0910.46-
YUV177.9254.68136.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 197 (77.34% from 255) = 45.29%
BLUE value IS 48 (19.14% from 255) = 11.03%
R=43.68%
G=45.29%
B=11.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190197480.0400.760.2362.8260.8248.04
HexBEC530404C173f3d30
Octal276305604011427777560
Binary10111110110001011100001000100110010111111111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC530; }

 p { color: rgb(190,197,48); }

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

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

 a { background-color: rgb(190,197,48); }

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

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

 span { border-color: rgb(190,197,48); }

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