Html Css Color HEX #BCD829 Fuego

📋 copy color: '#BCD829'

red 188 ◦ green 216 ◦ blue 41

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

Shades of Fuego #BCD829

Tints of Fuego #BCD829

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.54%

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

R = 42.25%
G = 48.54%
B = 9.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#BCD829 (or 0xBCD829) is known color: Fuego. HEX triplet: BC, D8 and 29. RGB value is (188,216,41). Sum of RGB (Red+Green+Blue) = 188+216+41=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 41 (16.41% from 255 or 9.21% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD829 is #4327D6. Grayscale: #BCBCBC. Windows color (decimal): -4401111 or 2742460. OLE color: 2742460.

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

Color convert

RGB 188 216 41 -
CMYK 0.13 0 0.81 0.15
HSL 69.6º 0.69% 0.5% -
HSV(B) 69.6º 0.81% 0.85% -
XYZ 45.7 59.96 11.26 -
YUV 187.68 45.22 128.23 -
System Red Green Blue C M Y K H S L
Decimal 188 216 41 0.13 0 0.81 0.15 69.6 0.69 0.5
Hex BC D8 29 D 0 51 F 46 45 32
Octal 274 330 51 15 0 121 17 106 105 62
Binary 10111100 11011000 101001 1101 0 1010001 1111 1000110 1000101 110010

Color Harmonies of #BCD829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD829

Black with #BCD829

Text Example


Text Example

White with #BCD829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD829; }

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

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

background-color css

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

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

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

border-color css

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

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

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