#BCC035

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

Shades of Fuego #BCC035

Tints of Fuego #BCC035

Color information

#BCC035 (or 0xBCC035) is unknown color: approx Fuego. HEX triplet: BC, C0 and 35. RGB value is (188,192,53). Sum of RGB (Red+Green+Blue) = 188+192+53=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 53 (21.09% from 255 or 12.24% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC035 is #433FCA. Grayscale: #AFAFAF. Windows color (decimal): -4407243 or 3522748. OLE color: 3522748.

HSL color Cylindrical-coordinate representation of color #BCC035: hue angle of 61.73º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCC035 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB18819253-
CMYK0.0200.720.25
HSL61.73º56.73%48.04%-
HSV(B)61.73º72.4%75.29%-
XYZ40.2348.6510.64-
YUV174.9659.17137.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.42%
GREEN value IS 192 (75.39% from 255) = 44.34%
BLUE value IS 53 (21.09% from 255) = 12.24%
R=43.42%
G=44.34%
B=12.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188192530.0200.720.2561.7356.7348.04
HexBCC0352048193e3930
Octal274300652011031767160
Binary1011110011000000110101100100100011001111110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC035; }

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

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

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

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

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

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

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

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