#BCDA23

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

Shades of Fuego #BCDA23

Tints of Fuego #BCDA23

Color information

#BCDA23 (or 0xBCDA23) is unknown color: approx Fuego. HEX triplet: BC, DA and 23. RGB value is (188,218,35). Sum of RGB (Red+Green+Blue) = 188+218+35=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 35 (14.06% from 255 or 7.94% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA23 is #4325DC. Grayscale: #BCBCBC. Windows color (decimal): -4400605 or 2349756. OLE color: 2349756.

HSL color Cylindrical-coordinate representation of color #BCDA23: hue angle of 69.84º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCDA23 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB18821835-
CMYK0.1400.840.15
HSL69.84º72.33%49.61%-
HSV(B)69.84º83.94%85.49%-
XYZ46.1160.9610.93-
YUV188.1741.56127.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 218 (85.55% from 255) = 49.43%
BLUE value IS 35 (14.06% from 255) = 7.94%
R=42.63%
G=49.43%
B=7.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188218350.1400.840.1569.8472.3349.61
HexBCDA23E054F464832
Octal274332431601241710611062
Binary1011110011011010100011111001010100111110001101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDA23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDA23; }

 p { color: rgb(188,218,35); }

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

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

 a { background-color: rgb(188,218,35); }

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

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

 span { border-color: rgb(188,218,35); }

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