Html Css Color HEX #BCDC21 Fuego

📋 copy color: '#BCDC21'

red 188 ◦ green 220 ◦ blue 33

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

Shades of Fuego #BCDC21

Tints of Fuego #BCDC21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.48%

R = 42.63%
G = 49.89%
B = 7.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#BCDC21 (or 0xBCDC21) is known color: Fuego. HEX triplet: BC, DC and 21. RGB value is (188,220,33). Sum of RGB (Red+Green+Blue) = 188+220+33=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 33 (13.28% from 255 or 7.48% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC21 is #4323DE. Grayscale: #BDBDBD. Windows color (decimal): -4400095 or 2219196. OLE color: 2219196.

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

Color convert

RGB 188 220 33 -
CMYK 0.15 0 0.85 0.14
HSL 70.27º 0.74% 0.5% -
HSV(B) 70.27º 0.85% 0.86% -
XYZ 46.61 61.99 10.95 -
YUV 189.11 39.9 127.21 -
System Red Green Blue C M Y K H S L
Decimal 188 220 33 0.15 0 0.85 0.14 70.27 0.74 0.5
Hex BC DC 21 F 0 55 E 46 4A 32
Octal 274 334 41 17 0 125 16 106 112 62
Binary 10111100 11011100 100001 1111 0 1010101 1110 1000110 1001010 110010

Color Harmonies of #BCDC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC21

Black with #BCDC21

Text Example


Text Example

White with #BCDC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC21; }

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

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

background-color css

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

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

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

border-color css

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

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

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