Html Css Color HEX #BCDD20 Fuego

📋 copy color: '#BCDD20'

red 188 ◦ green 221 ◦ blue 32

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

Shades of Fuego #BCDD20

Tints of Fuego #BCDD20

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.11%

 BLUE value IS 32 (12.89% from 255) = 7.26%

R = 42.63%
G = 50.11%
B = 7.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#BCDD20 (or 0xBCDD20) is known color: Fuego. HEX triplet: BC, DD and 20. RGB value is (188,221,32). Sum of RGB (Red+Green+Blue) = 188+221+32=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD20 is #4322DF. Grayscale: #BEBEBE. Windows color (decimal): -4399840 or 2153916. OLE color: 2153916.

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

Color convert

RGB 188 221 32 -
CMYK 0.15 0 0.86 0.13
HSL 70.48º 0.75% 0.5% -
HSV(B) 70.48º 0.86% 0.87% -
XYZ 46.86 62.51 10.96 -
YUV 189.59 39.07 126.87 -
System Red Green Blue C M Y K H S L
Decimal 188 221 32 0.15 0 0.86 0.13 70.48 0.75 0.5
Hex BC DD 20 F 0 56 D 46 4B 32
Octal 274 335 40 17 0 126 15 106 113 62
Binary 10111100 11011101 100000 1111 0 1010110 1101 1000110 1001011 110010

Color Harmonies of #BCDD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD20

Black with #BCDD20

Text Example


Text Example

White with #BCDD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD20; }

 p { color: rgb(188,221,32); }

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

background-color css

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

 a { background-color: rgb(188,221,32); }

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

border-color css

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

 span { border-color: rgb(188,221,32); }

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