Html Css Color HEX #BCDB21 Fuego

📋 copy color: '#BCDB21'

red 188 ◦ green 219 ◦ blue 33

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

Shades of Fuego #BCDB21

Tints of Fuego #BCDB21

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.77%

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

R = 42.73%
G = 49.77%
B = 7.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#BCDB21 (or 0xBCDB21) is known color: Fuego. HEX triplet: BC, DB and 21. RGB value is (188,219,33). Sum of RGB (Red+Green+Blue) = 188+219+33=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 33 (13.28% from 255 or 7.5% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB21 is #4324DE. Grayscale: #BDBDBD. Windows color (decimal): -4400351 or 2218940. OLE color: 2218940.

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

Color convert

RGB 188 219 33 -
CMYK 0.14 0 0.85 0.14
HSL 70º 0.74% 0.49% -
HSV(B) 70º 0.85% 0.86% -
XYZ 46.35 61.46 10.86 -
YUV 188.53 40.23 127.62 -
System Red Green Blue C M Y K H S L
Decimal 188 219 33 0.14 0 0.85 0.14 70 0.74 0.49
Hex BC DB 21 E 0 55 E 46 4A 31
Octal 274 333 41 16 0 125 16 106 112 61
Binary 10111100 11011011 100001 1110 0 1010101 1110 1000110 1001010 110001

Color Harmonies of #BCDB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB21

Black with #BCDB21

Text Example


Text Example

White with #BCDB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB21; }

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

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

background-color css

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

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

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

border-color css

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

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

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