#BEC533

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

Shades of Fuego #BEC533

Tints of Fuego #BEC533

Color information

#BEC533 (or 0xBEC533) is unknown color: approx Fuego. HEX triplet: BE, C5 and 33. RGB value is (190,197,51). Sum of RGB (Red+Green+Blue) = 190+197+51=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 51 (20.31% from 255 or 11.64% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC533 is #413ACC. Grayscale: #B2B2B2. Windows color (decimal): -4274893 or 3392958. OLE color: 3392958.

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

Color convert

RGB19019751-
CMYK0.0400.740.23
HSL62.88º58.87%48.63%-
HSV(B)62.88º74.11%77.25%-
XYZ41.851.1210.8-
YUV178.2656.18136.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 197 (77.34% from 255) = 44.98%
BLUE value IS 51 (20.31% from 255) = 11.64%
R=43.38%
G=44.98%
B=11.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190197510.0400.740.2362.8858.8748.63
HexBEC533404A173f3b31
Octal276305634011227777361
Binary10111110110001011100111000100101010111111111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC533; }

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

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

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

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

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

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

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

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