Html Css Color HEX #BCDC32 Fuego

📋 copy color: '#BCDC32'

red 188 ◦ green 220 ◦ blue 50

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

Shades of Fuego #BCDC32

Tints of Fuego #BCDC32

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.03%

 BLUE value IS 50 (19.92% from 255) = 10.92%

R = 41.05%
G = 48.03%
B = 10.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#BCDC32 (or 0xBCDC32) is known color: Fuego. HEX triplet: BC, DC and 32. RGB value is (188,220,50). Sum of RGB (Red+Green+Blue) = 188+220+50=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC32 is #4323CD. Grayscale: #BFBFBF. Windows color (decimal): -4400078 or 3333308. OLE color: 3333308.

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

Color convert

RGB 188 220 50 -
CMYK 0.15 0 0.77 0.14
HSL 71.29º 0.71% 0.53% -
HSV(B) 71.29º 0.77% 0.86% -
XYZ 46.91 62.11 12.53 -
YUV 191.05 48.4 125.82 -
System Red Green Blue C M Y K H S L
Decimal 188 220 50 0.15 0 0.77 0.14 71.29 0.71 0.53
Hex BC DC 32 F 0 4D E 47 47 35
Octal 274 334 62 17 0 115 16 107 107 65
Binary 10111100 11011100 110010 1111 0 1001101 1110 1000111 1000111 110101

Color Harmonies of #BCDC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC32

Black with #BCDC32

Text Example


Text Example

White with #BCDC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC32; }

 p { color: rgb(188,220,50); }

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

background-color css

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

 a { background-color: rgb(188,220,50); }

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

border-color css

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

 span { border-color: rgb(188,220,50); }

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