#BCC132

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

Shades of Fuego #BCC132

Tints of Fuego #BCC132

Color information

#BCC132 (or 0xBCC132) is unknown color: approx Fuego. HEX triplet: BC, C1 and 32. RGB value is (188,193,50). Sum of RGB (Red+Green+Blue) = 188+193+50=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC132 is #433ECD. Grayscale: #AFAFAF. Windows color (decimal): -4406990 or 3326396. OLE color: 3326396.

HSL color Cylindrical-coordinate representation of color #BCC132: hue angle of 62.1º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCC132 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB18819350-
CMYK0.0300.740.24
HSL62.1º58.85%47.65%-
HSV(B)62.1º74.09%75.69%-
XYZ40.3849.0610.36-
YUV175.257.34137.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 193 (75.78% from 255) = 44.78%
BLUE value IS 50 (19.92% from 255) = 11.60%
R=43.62%
G=44.78%
B=11.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188193500.0300.740.2462.158.8547.65
HexBCC132304A183e3b30
Octal274301623011230767360
Binary1011110011000001110010110100101011000111110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC132; }

 p { color: rgb(188,193,50); }

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

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

 a { background-color: rgb(188,193,50); }

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

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

 span { border-color: rgb(188,193,50); }

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