#BCC231

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

Shades of Fuego #BCC231

Tints of Fuego #BCC231

Color information

#BCC231 (or 0xBCC231) is unknown color: approx Fuego. HEX triplet: BC, C2 and 31. RGB value is (188,194,49). Sum of RGB (Red+Green+Blue) = 188+194+49=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC231 is #433DCE. Grayscale: #B0B0B0. Windows color (decimal): -4406735 or 3261116. OLE color: 3261116.

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

Color convert

RGB18819449-
CMYK0.0300.750.24
HSL62.48º59.67%47.65%-
HSV(B)62.48º74.74%76.08%-
XYZ40.5949.510.32-
YUV175.6856.51136.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 194 (76.17% from 255) = 45.01%
BLUE value IS 49 (19.53% from 255) = 11.37%
R=43.62%
G=45.01%
B=11.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188194490.0300.750.2462.4859.6747.65
HexBCC231304B183e3c30
Octal274302613011330767460
Binary1011110011000010110001110100101111000111110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC231; }

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

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

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

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

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

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

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

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