#BCC232

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

Shades of Fuego #BCC232

Tints of Fuego #BCC232

Color information

#BCC232 (or 0xBCC232) is unknown color: approx Fuego. HEX triplet: BC, C2 and 32. RGB value is (188,194,50). Sum of RGB (Red+Green+Blue) = 188+194+50=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC232 is #433DCD. Grayscale: #B0B0B0. Windows color (decimal): -4406734 or 3326652. OLE color: 3326652.

HSL color Cylindrical-coordinate representation of color #BCC232: hue angle of 62.5º 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 #BCC232 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB18819450-
CMYK0.0300.740.24
HSL62.5º59.02%47.84%-
HSV(B)62.5º74.23%76.08%-
XYZ40.6149.5110.43-
YUV175.7957.01136.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 194 (76.17% from 255) = 44.91%
BLUE value IS 50 (19.92% from 255) = 11.57%
R=43.52%
G=44.91%
B=11.57%

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
Decimal188194500.0300.740.2462.559.0247.84
HexBCC232304A183e3b30
Octal274302623011230767360
Binary1011110011000010110010110100101011000111110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC232; }

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

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

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

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

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

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

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

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