#BCDA33

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

Shades of Fuego #BCDA33

Tints of Fuego #BCDA33

Color information

#BCDA33 (or 0xBCDA33) is unknown color: approx Fuego. HEX triplet: BC, DA and 33. RGB value is (188,218,51). Sum of RGB (Red+Green+Blue) = 188+218+51=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 51 (20.31% from 255 or 11.16% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA33 is #4325CC. Grayscale: #BEBEBE. Windows color (decimal): -4400589 or 3398332. OLE color: 3398332.

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

Color convert

RGB18821851-
CMYK0.1400.770.15
HSL70.78º69.29%52.75%-
HSV(B)70.78º76.61%85.49%-
XYZ46.4161.0712.47-
YUV189.9949.56126.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 218 (85.55% from 255) = 47.70%
BLUE value IS 51 (20.31% from 255) = 11.16%
R=41.14%
G=47.70%
B=11.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188218510.1400.770.1570.7869.2952.75
HexBCDA33E04DF474535
Octal274332631601151710710565
Binary1011110011011010110011111001001101111110001111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDA33; }

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

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

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

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

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

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

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

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