#BCC633

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

Shades of Fuego #BCC633

Tints of Fuego #BCC633

Color information

#BCC633 (or 0xBCC633) is unknown color: approx Fuego. HEX triplet: BC, C6 and 33. RGB value is (188,198,51). Sum of RGB (Red+Green+Blue) = 188+198+51=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 51 (20.31% from 255 or 11.67% from 437); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC633 is #4339CC. Grayscale: #B2B2B2. Windows color (decimal): -4405709 or 3393212. OLE color: 3393212.

HSL color Cylindrical-coordinate representation of color #BCC633: hue angle of 64.08º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCC633 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB18819851-
CMYK0.0500.740.22
HSL64.08º59.04%48.82%-
HSV(B)64.08º74.24%77.65%-
XYZ41.5351.3210.85-
YUV178.2556.19134.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 198 (77.73% from 255) = 45.31%
BLUE value IS 51 (20.31% from 255) = 11.67%
R=43.02%
G=45.31%
B=11.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188198510.0500.740.2264.0859.0448.82
HexBCC633504A16403b31
Octal2743066350112261007361
Binary101111001100011011001110101001010101101000000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC633; }

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

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

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

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

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

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

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

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