Html Css Color HEX #BCDA29 Fuego

📋 copy color: '#BCDA29'

red 188 ◦ green 218 ◦ blue 41

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

Shades of Fuego #BCDA29

Tints of Fuego #BCDA29

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.77%

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

R = 42.06%
G = 48.77%
B = 9.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#BCDA29 (or 0xBCDA29) is known color: Fuego. HEX triplet: BC, DA and 29. RGB value is (188,218,41). Sum of RGB (Red+Green+Blue) = 188+218+41=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 41 (16.41% from 255 or 9.17% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA29 is #4325D6. Grayscale: #BDBDBD. Windows color (decimal): -4400599 or 2742972. OLE color: 2742972.

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

Color convert

RGB 188 218 41 -
CMYK 0.14 0 0.81 0.15
HSL 70.17º 0.71% 0.51% -
HSV(B) 70.17º 0.81% 0.85% -
XYZ 46.21 60.99 11.44 -
YUV 188.85 44.56 127.39 -
System Red Green Blue C M Y K H S L
Decimal 188 218 41 0.14 0 0.81 0.15 70.17 0.71 0.51
Hex BC DA 29 E 0 51 F 46 47 33
Octal 274 332 51 16 0 121 17 106 107 63
Binary 10111100 11011010 101001 1110 0 1010001 1111 1000110 1000111 110011

Color Harmonies of #BCDA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA29

Black with #BCDA29

Text Example


Text Example

White with #BCDA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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