#BECC29

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

Shades of Fuego #BECC29

Tints of Fuego #BECC29

Color information

#BECC29 (or 0xBECC29) is unknown color: approx Fuego. HEX triplet: BE, CC and 29. RGB value is (190,204,41). Sum of RGB (Red+Green+Blue) = 190+204+41=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 41 (16.41% from 255 or 9.43% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECC29 is #4133D6. Grayscale: #B5B5B5. Windows color (decimal): -4273111 or 2739390. OLE color: 2739390.

HSL color Cylindrical-coordinate representation of color #BECC29: hue angle of 65.15º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BECC29 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB19020441-
CMYK0.0700.800.2
HSL65.15º66.53%48.04%-
HSV(B)65.15º79.9%80%-
XYZ43.2354.2910.3-
YUV181.2348.86134.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 204 (80.08% from 255) = 46.90%
BLUE value IS 41 (16.41% from 255) = 9.43%
R=43.68%
G=46.90%
B=9.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal190204410.0700.800.265.1566.5348.04
HexBECC29705014414330
Octal27631451701202410110360
Binary1011111011001100101001111010100001010010000011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECC29; }

 p { color: rgb(190,204,41); }

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

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

 a { background-color: rgb(190,204,41); }

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

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

 span { border-color: rgb(190,204,41); }

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