#BEC233

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

Shades of Fuego #BEC233

Tints of Fuego #BEC233

Color information

#BEC233 (or 0xBEC233) is unknown color: approx Fuego. HEX triplet: BE, C2 and 33. RGB value is (190,194,51). Sum of RGB (Red+Green+Blue) = 190+194+51=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC233 is #413DCC. Grayscale: #B1B1B1. Windows color (decimal): -4275661 or 3392190. OLE color: 3392190.

HSL color Cylindrical-coordinate representation of color #BEC233: hue angle of 61.68º degrees, saturation: 0.58, 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 #BEC233 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB19019451-
CMYK0.0200.740.24
HSL61.68º58.37%48.04%-
HSV(B)61.68º73.71%76.08%-
XYZ41.1249.7710.57-
YUV176.557.17137.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 194 (76.17% from 255) = 44.60%
BLUE value IS 51 (20.31% from 255) = 11.72%
R=43.68%
G=44.60%
B=11.72%

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
Decimal190194510.0200.740.2461.6858.3748.04
HexBEC233204A183e3a30
Octal276302632011230767260
Binary1011111011000010110011100100101011000111110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC233; }

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

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

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

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

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

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

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

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