#BCD635

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

Shades of Fuego #BCD635

Tints of Fuego #BCD635

Color information

#BCD635 (or 0xBCD635) is unknown color: approx Fuego. HEX triplet: BC, D6 and 35. RGB value is (188,214,53). Sum of RGB (Red+Green+Blue) = 188+214+53=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD635 is #4329CA. Grayscale: #BCBCBC. Windows color (decimal): -4401611 or 3528380. OLE color: 3528380.

HSL color Cylindrical-coordinate representation of color #BCD635: hue angle of 69.69º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCD635 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB18821453-
CMYK0.1200.750.16
HSL69.69º66.26%52.35%-
HSV(B)69.69º75.23%83.92%-
XYZ45.4359.0412.37-
YUV187.8751.89128.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 214 (83.98% from 255) = 47.03%
BLUE value IS 53 (21.09% from 255) = 11.65%
R=41.32%
G=47.03%
B=11.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188214530.1200.750.1669.6966.2652.35
HexBCD635C04B10464234
Octal274326651401132010610264
Binary10111100110101101101011100010010111000010001101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD635; }

 p { color: rgb(188,214,53); }

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

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

 a { background-color: rgb(188,214,53); }

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

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

 span { border-color: rgb(188,214,53); }

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