#BEC232

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

Shades of Fuego #BEC232

Tints of Fuego #BEC232

Color information

#BEC232 (or 0xBEC232) is unknown color: approx Fuego. HEX triplet: BE, C2 and 32. RGB value is (190,194,50). Sum of RGB (Red+Green+Blue) = 190+194+50=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC232 is #413DCD. Grayscale: #B0B0B0. Windows color (decimal): -4275662 or 3326654. OLE color: 3326654.

HSL color Cylindrical-coordinate representation of color #BEC232: hue angle of 61.67º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEC232 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB19019450-
CMYK0.0200.740.24
HSL61.67º59.02%47.84%-
HSV(B)61.67º74.23%76.08%-
XYZ41.149.7610.46-
YUV176.3956.67137.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 194 (76.17% from 255) = 44.70%
BLUE value IS 50 (19.92% from 255) = 11.52%
R=43.78%
G=44.70%
B=11.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190194500.0200.740.2461.6759.0247.84
HexBEC232204A183e3b30
Octal276302622011230767360
Binary1011111011000010110010100100101011000111110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC232; }

 p { color: rgb(190,194,50); }

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

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

 a { background-color: rgb(190,194,50); }

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

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

 span { border-color: rgb(190,194,50); }

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