#BCD228

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

Shades of Fuego #BCD228

Tints of Fuego #BCD228

Color information

#BCD228 (or 0xBCD228) is unknown color: approx Fuego. HEX triplet: BC, D2 and 28. RGB value is (188,210,40). Sum of RGB (Red+Green+Blue) = 188+210+40=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD228 is #432DD7. Grayscale: #B8B8B8. Windows color (decimal): -4402648 or 2675388. OLE color: 2675388.

HSL color Cylindrical-coordinate representation of color #BCD228: hue angle of 67.76º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCD228 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB18821040-
CMYK0.1000.810.18
HSL67.76º68%49.02%-
HSV(B)67.76º80.95%82.35%-
XYZ44.1756.9410.67-
YUV184.0446.71130.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 210 (82.42% from 255) = 47.95%
BLUE value IS 40 (16.02% from 255) = 9.13%
R=42.92%
G=47.95%
B=9.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188210400.1000.810.1867.766849.02
HexBCD228A05112444431
Octal274322501201212210410461
Binary10111100110100101010001010010100011001010001001000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD228; }

 p { color: rgb(188,210,40); }

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

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

 a { background-color: rgb(188,210,40); }

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

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

 span { border-color: rgb(188,210,40); }

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