#BECD39

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

Shades of Fuego #BECD39

Tints of Fuego #BECD39

Color information

#BECD39 (or 0xBECD39) is unknown color: approx Fuego. HEX triplet: BE, CD and 39. RGB value is (190,205,57). Sum of RGB (Red+Green+Blue) = 190+205+57=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 57 (22.66% from 255 or 12.61% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECD39 is #4132C6. Grayscale: #B8B8B8. Windows color (decimal): -4272839 or 3788222. OLE color: 3788222.

HSL color Cylindrical-coordinate representation of color #BECD39: hue angle of 66.08º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BECD39 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB19020557-
CMYK0.0700.720.20
HSL66.08º59.68%51.37%-
HSV(B)66.08º72.2%80.39%-
XYZ43.8154.9112.16-
YUV183.6456.53132.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 205 (80.47% from 255) = 45.35%
BLUE value IS 57 (22.66% from 255) = 12.61%
R=42.04%
G=45.35%
B=12.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal190205570.0700.720.2066.0859.6851.37
HexBECD39704814423c33
Octal2763157170110241027463
Binary101111101100110111100111101001000101001000010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECD39; }

 p { color: rgb(190,205,57); }

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

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

 a { background-color: rgb(190,205,57); }

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

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

 span { border-color: rgb(190,205,57); }

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