Html Css Color HEX #BCD621 Fuego

📋 copy color: '#BCD621'

red 188 ◦ green 214 ◦ blue 33

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

Shades of Fuego #BCD621

Tints of Fuego #BCD621

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.2%

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

R = 43.22%
G = 49.2%
B = 7.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#BCD621 (or 0xBCD621) is known color: Fuego. HEX triplet: BC, D6 and 21. RGB value is (188,214,33). Sum of RGB (Red+Green+Blue) = 188+214+33=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD621 is #4329DE. Grayscale: #BABABA. Windows color (decimal): -4401631 or 2217660. OLE color: 2217660.

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

Color convert

RGB 188 214 33 -
CMYK 0.12 0 0.85 0.16
HSL 68.62º 0.73% 0.48% -
HSV(B) 68.62º 0.85% 0.84% -
XYZ 45.06 58.89 10.43 -
YUV 185.59 41.89 129.72 -
System Red Green Blue C M Y K H S L
Decimal 188 214 33 0.12 0 0.85 0.16 68.62 0.73 0.48
Hex BC D6 21 C 0 55 10 45 49 30
Octal 274 326 41 14 0 125 20 105 111 60
Binary 10111100 11010110 100001 1100 0 1010101 10000 1000101 1001001 110000

Color Harmonies of #BCD621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD621

Black with #BCD621

Text Example


Text Example

White with #BCD621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD621; }

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

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

background-color css

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

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

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

border-color css

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

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

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