Html Css Color HEX #BCD221 Fuego

📋 copy color: '#BCD221'

red 188 ◦ green 210 ◦ blue 33

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

Shades of Fuego #BCD221

Tints of Fuego #BCD221

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.72%

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

R = 43.62%
G = 48.72%
B = 7.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#BCD221 (or 0xBCD221) is known color: Fuego. HEX triplet: BC, D2 and 21. RGB value is (188,210,33). Sum of RGB (Red+Green+Blue) = 188+210+33=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD221 is #432DDE. Grayscale: #B7B7B7. Windows color (decimal): -4402655 or 2216636. OLE color: 2216636.

HSL color Cylindrical-coordinate representation of color #BCD221: hue angle of 67.46º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCD221 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 33 -
CMYK 0.10 0 0.84 0.18
HSL 67.46º 0.73% 0.48% -
HSV(B) 67.46º 0.84% 0.82% -
XYZ 44.06 56.89 10.1 -
YUV 183.24 43.21 131.39 -
System Red Green Blue C M Y K H S L
Decimal 188 210 33 0.10 0 0.84 0.18 67.46 0.73 0.48
Hex BC D2 21 A 0 54 12 43 49 30
Octal 274 322 41 12 0 124 22 103 111 60
Binary 10111100 11010010 100001 1010 0 1010100 10010 1000011 1001001 110000

Color Harmonies of #BCD221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD221

Black with #BCD221

Text Example


Text Example

White with #BCD221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD221; }

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

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

background-color css

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

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

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

border-color css

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

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

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