Html Css Color HEX #BCDC29 Fuego

📋 copy color: '#BCDC29'

red 188 ◦ green 220 ◦ blue 41

#BCDC29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #BCDC29

Tints of Fuego #BCDC29

RGB

 RED value IS 188 (73.83% from 255) = 41.87%

 GREEN value IS 220 (86.33% from 255) = 49%

 BLUE value IS 41 (16.41% from 255) = 9.13%

R = 41.87%
G = 49%
B = 9.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#BCDC29 (or 0xBCDC29) is known color: Fuego. HEX triplet: BC, DC and 29. RGB value is (188,220,41). Sum of RGB (Red+Green+Blue) = 188+220+41=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 41 (16.41% from 255 or 9.13% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC29 is #4323D6. Grayscale: #BEBEBE. Windows color (decimal): -4400087 or 2743484. OLE color: 2743484.

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

Color convert

RGB 188 220 41 -
CMYK 0.15 0 0.81 0.14
HSL 70.73º 0.72% 0.51% -
HSV(B) 70.73º 0.81% 0.86% -
XYZ 46.73 62.04 11.61 -
YUV 190.03 43.9 126.55 -
System Red Green Blue C M Y K H S L
Decimal 188 220 41 0.15 0 0.81 0.14 70.73 0.72 0.51
Hex BC DC 29 F 0 51 E 47 48 33
Octal 274 334 51 17 0 121 16 107 110 63
Binary 10111100 11011100 101001 1111 0 1010001 1110 1000111 1001000 110011

Color Harmonies of #BCDC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC29

Black with #BCDC29

Text Example


Text Example

White with #BCDC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC29; }

 p { color: rgb(188,220,41); }

 H1.HeaderClassName
 {
   color: #BCDC29;
 }
 .AnyTagClassName
 {
   color: #BCDC29;
 }
</style>

background-color css

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

 a { background-color: rgb(188,220,41); }

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

border-color css

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

 span { border-color: rgb(188,220,41); }

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