#BCE122

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

Shades of Fuego #BCE122

Tints of Fuego #BCE122

Color information

#BCE122 (or 0xBCE122) is unknown color: approx Fuego. HEX triplet: BC, E1 and 22. RGB value is (188,225,34). Sum of RGB (Red+Green+Blue) = 188+225+34=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 225 (88.28% from 255 or 50.34% from 447); Blue value is 34 (13.67% from 255 or 7.61% from 447); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE122 is #431EDD. Grayscale: #C0C0C0. Windows color (decimal): -4398814 or 2286012. OLE color: 2286012.

HSL color Cylindrical-coordinate representation of color #BCE122: hue angle of 71.62º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCE122 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB18822534-
CMYK0.1600.850.12
HSL71.62º76.1%50.78%-
HSV(B)71.62º84.89%88.24%-
XYZ47.9564.6611.47-
YUV192.1638.74125.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 225 (88.28% from 255) = 50.34%
BLUE value IS 34 (13.67% from 255) = 7.61%
R=42.06%
G=50.34%
B=7.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal188225340.1600.850.1271.6276.150.78
HexBCE12210055C484c33
Octal274341422001251411011463
Binary10111100111000011000101000001010101110010010001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE122; }

 p { color: rgb(188,225,34); }

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

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

 a { background-color: rgb(188,225,34); }

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

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

 span { border-color: rgb(188,225,34); }

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