Html Css Color HEX #BCD729 Fuego

📋 copy color: '#BCD729'

red 188 ◦ green 215 ◦ blue 41

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

Shades of Fuego #BCD729

Tints of Fuego #BCD729

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.42%

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

R = 42.34%
G = 48.42%
B = 9.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#BCD729 (or 0xBCD729) is known color: Fuego. HEX triplet: BC, D7 and 29. RGB value is (188,215,41). Sum of RGB (Red+Green+Blue) = 188+215+41=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 41 (16.41% from 255 or 9.23% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD729 is #4328D6. Grayscale: #BBBBBB. Windows color (decimal): -4401367 or 2742204. OLE color: 2742204.

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

Color convert

RGB 188 215 41 -
CMYK 0.13 0 0.81 0.16
HSL 69.31º 0.69% 0.5% -
HSV(B) 69.31º 0.81% 0.84% -
XYZ 45.44 59.45 11.18 -
YUV 187.09 45.55 128.65 -
System Red Green Blue C M Y K H S L
Decimal 188 215 41 0.13 0 0.81 0.16 69.31 0.69 0.5
Hex BC D7 29 D 0 51 10 45 45 32
Octal 274 327 51 15 0 121 20 105 105 62
Binary 10111100 11010111 101001 1101 0 1010001 10000 1000101 1000101 110010

Color Harmonies of #BCD729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD729

Black with #BCD729

Text Example


Text Example

White with #BCD729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD729; }

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

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

background-color css

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

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

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

border-color css

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

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

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