Html Css Color HEX #BCD529 Fuego

📋 copy color: '#BCD529'

red 188 ◦ green 213 ◦ blue 41

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

Shades of Fuego #BCD529

Tints of Fuego #BCD529

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.19%

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

R = 42.53%
G = 48.19%
B = 9.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#BCD529 (or 0xBCD529) is known color: Fuego. HEX triplet: BC, D5 and 29. RGB value is (188,213,41). Sum of RGB (Red+Green+Blue) = 188+213+41=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 41 (16.41% from 255 or 9.28% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD529 is #432AD6. Grayscale: #BABABA. Windows color (decimal): -4401879 or 2741692. OLE color: 2741692.

HSL color Cylindrical-coordinate representation of color #BCD529: hue angle of 68.72º degrees, saturation: 0.68, 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 #BCD529 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 213 41 -
CMYK 0.12 0 0.81 0.16
HSL 68.72º 0.68% 0.5% -
HSV(B) 68.72º 0.81% 0.84% -
XYZ 44.93 58.44 11.01 -
YUV 185.92 46.22 129.49 -
System Red Green Blue C M Y K H S L
Decimal 188 213 41 0.12 0 0.81 0.16 68.72 0.68 0.5
Hex BC D5 29 C 0 51 10 45 44 32
Octal 274 325 51 14 0 121 20 105 104 62
Binary 10111100 11010101 101001 1100 0 1010001 10000 1000101 1000100 110010

Color Harmonies of #BCD529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD529

Black with #BCD529

Text Example


Text Example

White with #BCD529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD529; }

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

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

background-color css

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

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

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

border-color css

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

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

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