#BCC233

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

Shades of Fuego #BCC233

Tints of Fuego #BCC233

Color information

#BCC233 (or 0xBCC233) is unknown color: approx Fuego. HEX triplet: BC, C2 and 33. RGB value is (188,194,51). Sum of RGB (Red+Green+Blue) = 188+194+51=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC233 is #433DCC. Grayscale: #B0B0B0. Windows color (decimal): -4406733 or 3392188. OLE color: 3392188.

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

Color convert

RGB18819451-
CMYK0.0300.740.24
HSL62.52º58.37%48.04%-
HSV(B)62.52º73.71%76.08%-
XYZ40.6349.5110.55-
YUV175.957.51136.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.42%
GREEN value IS 194 (76.17% from 255) = 44.80%
BLUE value IS 51 (20.31% from 255) = 11.78%
R=43.42%
G=44.80%
B=11.78%

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
Decimal188194510.0300.740.2462.5258.3748.04
HexBCC233304A183f3a30
Octal274302633011230777260
Binary1011110011000010110011110100101011000111111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC233; }

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

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

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

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

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

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

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

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