#BCC335

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

Shades of Fuego #BCC335

Tints of Fuego #BCC335

Color information

#BCC335 (or 0xBCC335) is unknown color: approx Fuego. HEX triplet: BC, C3 and 35. RGB value is (188,195,53). Sum of RGB (Red+Green+Blue) = 188+195+53=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC335 is #433CCA. Grayscale: #B1B1B1. Windows color (decimal): -4406475 or 3523516. OLE color: 3523516.

HSL color Cylindrical-coordinate representation of color #BCC335: hue angle of 62.96º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCC335 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB18819553-
CMYK0.0400.730.24
HSL62.96º57.26%48.63%-
HSV(B)62.96º72.82%76.47%-
XYZ40.949.9810.86-
YUV176.7258.18136.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 195 (76.56% from 255) = 44.72%
BLUE value IS 53 (21.09% from 255) = 12.16%
R=43.12%
G=44.72%
B=12.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188195530.0400.730.2462.9657.2648.63
HexBCC3354049183f3931
Octal274303654011130777161
Binary10111100110000111101011000100100111000111111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC335; }

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

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

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

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

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

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

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

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