#BCDA29

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

Shades of Fuego #BCDA29

Tints of Fuego #BCDA29

Color information

#BCDA29 (or 0xBCDA29) is unknown color: approx Fuego. HEX triplet: BC, DA and 29. RGB value is (188,218,41). Sum of RGB (Red+Green+Blue) = 188+218+41=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 41 (16.41% from 255 or 9.17% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA29 is #4325D6. Grayscale: #BDBDBD. Windows color (decimal): -4400599 or 2742972. OLE color: 2742972.

HSL color Cylindrical-coordinate representation of color #BCDA29: hue angle of 70.17º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCDA29 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB18821841-
CMYK0.1400.810.15
HSL70.17º70.52%50.78%-
HSV(B)70.17º81.19%85.49%-
XYZ46.2160.9911.44-
YUV188.8544.56127.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 218 (85.55% from 255) = 48.77%
BLUE value IS 41 (16.41% from 255) = 9.17%
R=42.06%
G=48.77%
B=9.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188218410.1400.810.1570.1770.5250.78
HexBCDA29E051F464733
Octal274332511601211710610763
Binary1011110011011010101001111001010001111110001101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDA29; }

 p { color: rgb(188,218,41); }

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

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

 a { background-color: rgb(188,218,41); }

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

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

 span { border-color: rgb(188,218,41); }

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