Html Css Color HEX #BCD528 Fuego

📋 copy color: '#BCD528'

red 188 ◦ green 213 ◦ blue 40

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

Shades of Fuego #BCD528

Tints of Fuego #BCD528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.07%

R = 42.63%
G = 48.3%
B = 9.07%

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

#BCD528 (or 0xBCD528) is known color: Fuego. HEX triplet: BC, D5 and 28. RGB value is (188,213,40). Sum of RGB (Red+Green+Blue) = 188+213+40=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD528 is #432AD7. Grayscale: #BABABA. Windows color (decimal): -4401880 or 2676156. OLE color: 2676156.

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

Color convert

RGB 188 213 40 -
CMYK 0.12 0 0.81 0.16
HSL 68.67º 0.68% 0.5% -
HSV(B) 68.67º 0.81% 0.84% -
XYZ 44.92 58.43 10.92 -
YUV 185.8 45.72 129.57 -
System Red Green Blue C M Y K H S L
Decimal 188 213 40 0.12 0 0.81 0.16 68.67 0.68 0.5
Hex BC D5 28 C 0 51 10 45 44 32
Octal 274 325 50 14 0 121 20 105 104 62
Binary 10111100 11010101 101000 1100 0 1010001 10000 1000101 1000100 110010

Color Harmonies of #BCD528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD528

Black with #BCD528

Text Example


Text Example

White with #BCD528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD528; }

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

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

background-color css

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

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

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

border-color css

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

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

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